.homeboy-curated-list .container {
padding-left: 0px!important;
padding-right: 0px!important;
}

.homeboy-curated-list { 
	width: 100%!important;
}

.cribz-homeboy-header h2 {
    color: #121212;
    font-size: 1.5rem;
    text-align: center;
}

:root[data-theme='dark'] .cribz-homeboy-header h2 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.cribz-homeboy-meta {
    color: #888;
    font-size: .8rem;
    text-transform: uppercase;
    text-align: center;
}

:root[data-theme='dark'] .cribz-homeboy-meta {
    color: #888!important;
}

.homeboy-curated-list .q-search-section {display:none;}
.homeboy-curated-list .q-map-section {
	width: 100vw; /* Spans the entire width of the viewport */
    display: block; /* Block ensures full-width stretching */
    margin: 0 0 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); /* Center the map if it’s within a constrained container */
	/*display:none;*/}
.homeboy-curated-list .q-extra {/*display:none;*/}

.homeboy-curated-list .q-pagination-section {display:none;} 


/* =============================
 * Homeboy setup layout & theming
 * ============================= */

.cribz-homeboy-setup {
  max-width: 960px;
  margin: 0 auto 4rem;
  padding: 2.5rem 1.5rem 3rem;
  border-radius: 16px;
  background: #f5f5f5;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

:root[data-theme='dark'] .cribz-homeboy-setup {
  background: #121212;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.75);
}

.cribz-homeboy-title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.cribz-homeboy-title-avatar {
  width: 60px;
  height: 60px;
  /*border-radius: 50%;*/
  object-fit: contain;
  animation: homeboy-bounce 1.8s ease-in-out infinite;
}

.cribz-homeboy-title-text h2 {
  margin: 0;
  font-size: 1.6rem;
}

.cribz-homeboy-status {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

.cribz-homeboy-quick-steps {
  margin-bottom: 1.75rem;
  padding: 0.9rem .75rem;
  border-radius: 12px;
  border: 1px dashed #ff4500;
  background: #f5f5f5;
  font-size: 0.85rem;
  opacity: .9;
}

.cribz-homeboy-success {
    color: #888;
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 2rem;
}

:root[data-theme='dark'] .cribz-homeboy-quick-steps {
  background: none;
}

.cribz-homeboy-quick-steps-title {
  margin: 0 0 0.35rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
}

.cribz-homeboy-quick-steps ol {
  margin: 0;
  padding-left: 1.2rem;
}

.cribz-homeboy-field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.cribz-homeboy-field-row label {
  flex: 1 1 220px;
  font-size: 0.9rem;
}

.cribz-homeboy-form input[type="text"],
.cribz-homeboy-form input[type="number"],
.cribz-homeboy-form textarea {
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  margin-top: .25rem;
}

.cribz-homeboy-form textarea {
  min-height: 130px;
  resize: vertical;
}

:root[data-theme='dark'] .cribz-homeboy-form input[type="text"],
:root[data-theme='dark'] .cribz-homeboy-form input[type="number"],
:root[data-theme='dark'] .cribz-homeboy-form textarea {
  border-color: rgba(255, 255, 255, 0.14);
  background: #222;
  color: #f5f5f5;
}

.cribz-homeboy-char-limit {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  text-align: right;
  opacity: 0.8;
}

.cribz-homeboy-char-limit span {
  font-variant-numeric: tabular-nums;
}

.cribz-homeboy-char-limit--over {
  color: #c0392b;
}

:root[data-theme='dark'] .cribz-homeboy-char-limit--over {
  color: #ff8572;
}

.cribz-homeboy-form input[disabled],
.cribz-homeboy-form textarea[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.cribz-homeboy-checkbox {
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-right: 1.25rem;
}

.cribz-homeboy-checkbox input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  accent-color: #ff4500;
  flex-shrink: 0;
  transform-origin: center;
}

.cribz-homeboy-checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(255, 69, 0, 0.85);
  outline-offset: 2px;
}

:root[data-theme='dark'] .cribz-homeboy-checkbox input[type="checkbox"] {
  accent-color: #ff7a3a;
}

.cribz-homeboy-actions {
  margin-top: 1.5rem;
}

.cribz-homeboy-save-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  border: none;
  background: #ff4500;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.cribz-homeboy-save-btn .homeboy-btn-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  position: relative;
  box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.0);
}

.cribz-homeboy-save-btn .homeboy-btn-icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.75);
  opacity: 0.9;
}

.cribz-homeboy-save-btn.is-running .homeboy-btn-icon {
  animation: homeboy-orbit 0.9s ease-in-out infinite;
}

@keyframes homeboy-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes homeboy-orbit {
  0% {
    transform: rotate(0deg) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.8);
  }
  40% {
    transform: rotate(14deg) scale(1.2);
    box-shadow: 0 0 0 4px rgba(255, 69, 0, 0.0);
  }
  100% {
    transform: rotate(0deg) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.0);
  }
}

.cribz-homeboy-save-btn {
  transition:
    transform 0.12s ease-out,
    box-shadow 0.12s ease-out,
    background 0.15s ease-out,
    opacity 0.15s ease-out;
}

/* Hover / focus */
.cribz-homeboy-save-btn:hover,
.cribz-homeboy-save-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  background: #ff5a1c;
}

/* Active press */
.cribz-homeboy-save-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.35);
}

/* Disabled */
.cribz-homeboy-save-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

/* Optional: slightly different tone when not running (e.g., "Start" state) */
.cribz-homeboy-save-btn.homeboy-start-state {
  background: #ffffff;
  color: #ff4500;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.cribz-homeboy-save-btn.homeboy-start-state:hover,
.cribz-homeboy-save-btn.homeboy-start-state:focus-visible {
  background: #ffe3d4;
}

/* Dark theme keeps brand color but we still want nice hover */
:root[data-theme='dark'] .cribz-homeboy-save-btn.homeboy-start-state {
  background: #222;
  color: #ff7a3a;
  border-color: #444;
}

:root[data-theme='dark'] .cribz-homeboy-save-btn.homeboy-start-state:hover,
:root[data-theme='dark'] .cribz-homeboy-save-btn.homeboy-start-state:focus-visible {
  background: #333;
}


/* Global error banner under Quick Start */
.cribz-homeboy-error {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #c0392b;
  background: rgba(192, 57, 43, 0.06);
  border: 1px solid rgba(192, 57, 43, 0.25);
}

:root[data-theme='dark'] .cribz-homeboy-error {
  color: #ffb3a7;
  background: rgba(192, 57, 43, 0.12);
  border-color: rgba(192, 57, 43, 0.45);
}



/***** ERROR/REQUIRED FIELD STYLES *****/
.cribz-homeboy-form .homeboy-field-error input[type="text"],
.cribz-homeboy-form .homeboy-field-error input[type="number"],
.cribz-homeboy-form .homeboy-field-error textarea {
    border-color: #c0392b;
    box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.25);
}

:root[data-theme='dark'] .cribz-homeboy-form .homeboy-field-error input[type="text"],
:root[data-theme='dark'] .cribz-homeboy-form .homeboy-field-error input[type="number"],
:root[data-theme='dark'] .cribz-homeboy-form .homeboy-field-error textarea {
    border-color: #ff7262;
    box-shadow: 0 0 0 1px rgba(255, 114, 98, 0.35);
}

.cribz-homeboy-form .homeboy-error-message {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #c0392b;
}

:root[data-theme='dark'] .cribz-homeboy-form .homeboy-error-message {
    color: #ff8572;
}

.cribz-homeboy-label-required::after {
    content: "*";
    margin-left: 0.25rem;
    font-size: 0.8rem;
    color: #c0392b;
}

:root[data-theme='dark'] .cribz-homeboy-label-required::after {
    color: #ff8572;
}

.cribz-homeboy-note {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  opacity: 0.85;
}



/***** EMPTY PAGE - HOMEBOY RESULTS *****/

.cribz-homeboy-empty {
  max-width: 720px;
  margin: 3rem auto 8rem;
  padding: 2.5rem 1.75rem 2.75rem;
  text-align: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.cribz-homeboy-empty-avatar {
    width: 35px;
    position: relative;
    bottom: 3px;
}

:root[data-theme='dark'] .cribz-homeboy-empty {
  background: #181818;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.cribz-homeboy-empty-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  align-items: center;
  gap: 0.5rem;
}

.cribz-homeboy-empty-intro {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  opacity: 0.9;
}

.cribz-homeboy-empty-steps {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  counter-reset: homeboy-steps;
  text-align: left;
}

.cribz-homeboy-empty-steps li {
  counter-increment: homeboy-steps;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 2.1rem;
  padding-bottom: 1rem;
  font-size: 0.98rem;
  border-bottom: 1px solid #ddd;
}

:root[data-theme='dark'] .cribz-homeboy-empty-steps li strong {
    color: #e0e0e0!important;
}

:root[data-theme='dark'] .cribz-homeboy-empty-steps li {
  border-bottom: 1px solid #252525;
}

.cribz-homeboy-empty-steps li::before {
  content: counter(homeboy-steps);
  position: absolute;
  left: 0;
  /*top: 0.1rem;*/
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  background: #ff4500;
  color: #fff;
}


.cribz-homeboy-empty-note {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

/* Tighten for mobile */
@media (max-width: 600px) {
  .cribz-homeboy-empty {
    margin: 2rem 0rem;
    padding: 2rem 1.25rem 2.25rem;
  }

  .cribz-homeboy-empty-steps {
    text-align: left;
  }
}


/* Tighter mobile stacking for field rows */
@media (max-width: 600px) {
  .cribz-homeboy-field-row {
    flex-direction: column;
    gap: 0.6rem;              /* was bigger */
    margin-bottom: 0.9rem;    /* was 1.25rem */
  }

   /* Let labels shrink naturally instead of enforcing 220px basis */
  .cribz-homeboy-field-row label {
    flex: 1 1 100%;
  }

  /* Checkboxes: pull them closer together on mobile */
  .cribz-homeboy-checkbox {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }


}

/* Slight breathing room around checkbox row */
.cribz-homeboy-checkbox {
  margin-bottom: 0.4rem;
}

.cribz-homeboy-actions {
  margin-top: 2rem;
}

.cribz-homeboy-status {
    text-transform: uppercase;
    font-size: .8rem;
    color: #888;
}

.cribz-homeboy-success .homeboy-state-stop,
.cribz-homeboy-status .homeboy-state-stop {
  color: #dc3545;
  font-weight: 600;
}

.cribz-homeboy-success .homeboy-state-running,
.cribz-homeboy-status .homeboy-state-running {
  color: #28a745;
  font-weight: 600;
}

/* Ensure Homeboy status colors win over dark-mode strong color */
:root[data-theme='dark'] .entry-content .cribz-homeboy-success .homeboy-state-stop,
:root[data-theme='dark'] .entry-content .cribz-homeboy-status .homeboy-state-stop {
  color: #dc3545 !important;
}

:root[data-theme='dark'] .entry-content .cribz-homeboy-success .homeboy-state-running,
:root[data-theme='dark'] .entry-content .cribz-homeboy-status .homeboy-state-running {
  color: #28a745 !important;
}


/* Ensure Homeboy results page has some depth even when there are no matches */
.cribz-homeboy-results {
  min-height: 55vh;
  padding-bottom: 3rem;
}

@media (max-width: 600px) {
  .cribz-homeboy-results {
    min-height: 65vh; /* a bit taller on small screens so footer isn’t glued to header */
  }
}