.occ-sf-wrap {
  max-width: 900px;
}

.occ-sf-label {
  display: block;
  font-size: 18px;
  margin-bottom: 14px;
  color: #17354a;
}

/* ===== LEGACY (can remove later if unused) ===== */
.occ-sf-price-row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.occ-sf-amount-input,
.occ-sf-currency-select,
.occ-sf-input {
  height: 58px;
  border: 2px solid #c7d4dc;
  border-radius: 14px;
  padding: 0 18px;
  font-size: 20px;
  color: #17354a;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}

.occ-sf-amount-input {
  max-width: 240px;
  font-size: 48px;
  font-weight: 700;
  border: 0;
  padding-left: 0;
  background: transparent;
}

.occ-sf-currency-select {
  max-width: 190px;
}

.occ-sf-qty-box {
  width: 92px;
  height: 58px;
  border: 2px solid #c7d4dc;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #17354a;
  background: #fff;
}
/* ===== END LEGACY ===== */


/* ===== NEW PRICE DISPLAY ===== */
.occ-sf-price-inline {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.occ-sf-price-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #14597a;
}


.occ-sf-currency-select-pill {
  min-width: 180px;
  height: 52px;
  padding: 0 40px 0 18px; /* space for arrow */
  border: 2px solid #bfd0d8;
  border-radius: 14px;
  font-size: 24px;
  font-weight: 500;
  color: #14597a;
  background: #fff;
  width: auto;

  /* IMPORTANT */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2314597a' height='24' viewBox='0 0 20 20' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7l4.5 5 4.5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}
/* ===== TEXT ===== */
.occ-sf-help-text,
.occ-sf-intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: #17354a;
  margin: 0 0 28px;
}

/* ===== ACTION ROW ===== */
.occ-sf-action-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ===== QUANTITY INPUT ===== */
.occ-sf-qty-input {
  width: 120px;
  height: 68px;
  border: 2px solid #bfd0d8;
  border-radius: 14px;
  padding: 0 18px;
  font-size: 36px;
  color: #14597a;
  background: #fff;
  box-sizing: border-box;
}

/* ===== BUTTONS ===== */
.occ-sf-primary-btn,
.occ-sf-secondary-btn {
  height: 68px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #11a6b8;
  transition: 0.2s ease;
}

.occ-sf-primary-btn {
  background: #11a6b8;
  color: #fff;
  min-width: 260px;
}

.occ-sf-secondary-btn {
  background: #fff;
  color: #11a6b8;
}

/* ===== MODAL ===== */
.occ-sf-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.occ-sf-modal.is-open {
  display: block;
}

.occ-sf-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.occ-sf-modal-panel {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100vw - 40px));
  margin: 50px auto;
  background: #fff;
  border-radius: 32px;
  padding: 36px 36px 30px;
  box-sizing: border-box;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.occ-sf-modal-panel-lg {
  width: min(940px, calc(100vw - 40px));
}

.occ-sf-modal-title {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.1;
  color: #005b87;
}

.occ-sf-modal-content {
  margin-bottom: 24px;
}

.occ-sf-form-group {
  margin-bottom: 22px;
}

.occ-sf-form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #17354a;
}

.occ-sf-checkbox-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6;
  color: #17354a;
}

.occ-sf-checkbox-row input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex: 0 0 24px;
}

.occ-sf-checkbox-spaced {
  margin: 16px 0;
}

.occ-sf-divider {
  border: 0;
  border-top: 1px solid #d5dde3;
  margin: 28px 0;
}

.occ-sf-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.occ-sf-qty-input {
    width: 120px;
}
.occ-sf-options{
    margin-top:24px;
}

.occ-sf-checkbox{
    display:flex;
    align-items:center;
    gap:10px;
    margin:16px 0;
    font-size:18px;
    color:#17354a;
}

.occ-sf-checkbox input{
    width:22px;
    height:22px;
}

.occ-sf-gift-row{
    margin:0 0 20px 32px;
    max-width:420px;
}

.occ-sf-gift-row .occ-sf-label{
    margin-bottom:8px;
}

.occ-sf-gift-row .occ-sf-input{
    width:100%;
}
/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .occ-sf-price-value {
    font-size: 40px;
  }

  .occ-sf-modal-title {
    font-size: 30px;
  }

  .occ-sf-modal-panel,
  .occ-sf-modal-panel-lg {
    padding: 26px 22px 22px;
    margin: 20px auto;
    max-height: calc(100vh - 40px);
  }

  .occ-sf-qty-input {
    width: 90px;
    font-size: 28px;
  }
}