.customize-next-note {
  margin: 14px 0 0;
  padding: 11px 13px;
  border: 1px solid #4a2523;
  border-radius: 8px;
  background: #120a09;
  color: #f2f2f2;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.extras-helper,
.extras-combo-help {
  margin: -2px 0 18px;
  color: #aaa;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.extras-combo-help {
  padding: 10px 12px;
  border: 1px solid #532824;
  border-radius: 9px;
  background: #140b0a;
  color: #ddd;
}

.extras-section-title {
  display: block;
  margin: 16px 0 8px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .5px;
}

.without-title {
  margin-top: 24px;
}

.extras-scroll {
  max-height: 410px;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.extra-entry,
.removal-row {
  margin: 0 0 10px;
  padding: 12px;
  border: 1px solid #302827;
  border-radius: 10px;
  background: #0e0e0e;
}

.entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}

.entry-head strong {
  color: #fff;
  font-size: 13px;
  letter-spacing: .5px;
}

.remove-entry {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #251211;
  color: #ff6a64;
  font-weight: bold;
}

.extra-material-select,
.extra-custom-name {
  margin-top: 8px;
}

.extra-entry-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.extra-entry-qty > span {
  color: #aaa;
  font-size: 12px;
}

.extra-qty {
  width: 116px;
  flex: 0 0 116px;
}

.target-picker {
  margin: 12px 0 0;
  padding: 10px;
  border: 1px solid #3a2a28;
  border-radius: 9px;
}

.target-picker legend {
  padding: 0 5px;
  color: #ddd;
  font-size: 12px;
  font-weight: 800;
}

.target-options {
  display: grid;
  gap: 7px;
}

.target-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  border: 1px solid #2e2928;
  border-radius: 8px;
  background: #111;
  color: #eee;
  font-size: 13px;
  line-height: 1.35;
}

.target-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #c8221e;
  flex: 0 0 18px;
}

.target-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 9px;
}

.target-actions button {
  padding: 9px 7px;
  border: 1px solid #4a302e;
  border-radius: 7px;
  background: #171110;
  color: #eee;
  font-size: 11px;
  font-weight: 800;
}

.add-entry {
  margin-top: 2px;
}

.extra-patty-row {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #3b2a28;
  border-radius: 9px;
}

.extra-menu-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.extra-choice-copy {
  flex: 1;
  min-width: 0;
}

.extra-choice-copy strong,
.extra-choice-copy small {
  display: block;
}

.extra-choice-copy strong {
  color: #fff;
  font-size: 15px;
}

.extra-choice-copy small {
  margin-top: 4px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.35;
}

.removal-helper {
  margin: 0 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.4;
}

.is-hidden {
  display: none !important;
}

.extras-error {
  min-height: 19px;
  margin: 10px 0 0;
  color: #ff5c57;
  font-size: 13px;
}

.cartitem small {
  white-space: pre-line;
  display: block;
  line-height: 1.4;
}

@media (max-width: 390px) {
  .extras-scroll {
    max-height: 360px;
  }

  .extra-entry,
  .removal-row {
    padding: 10px;
  }

  .extra-entry-qty {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .extra-qty {
    width: 108px;
    flex-basis: 108px;
  }

  .target-actions {
    grid-template-columns: 1fr;
  }
}
