/*#bfc-checkout, #bfc-thankyou { font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }*/
/*#bfc-checkout .bfc-grid, #bfc-thankyou .bfc-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 24px; }*/
#bfc-checkout .bfc-card, #bfc-thankyou .bfc-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px 18px; margin-bottom: 16px; }
#bfc-checkout .bfc-card h3, #bfc-thankyou .bfc-card h3 { margin: 0 0 12px; font-size: 18px; font-weight: 600; }
#bfc-checkout .bfc-left textarea, #bfc-thankyou .bfc-left textarea { width: 100%; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 8px; resize: vertical; }
#bfc-checkout input[type="text"],
#bfc-checkout input[type="tel"],
#bfc-checkout input[type="email"],
#bfc-checkout input[type="date"],
#bfc-checkout input[type="time"],
#bfc-checkout input[type="number"],
#bfc-checkout select { width: 100%; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 8px; }
#bfc-checkout .bfc-row, #bfc-thankyou .bfc-row { margin-bottom: 12px; }
#bfc-checkout .bfc-order-types label, #bfc-thankyou .bfc-order-types label { display: inline-flex; align-items: center; gap: 6px; background: #f3f4f6; border-radius: 999px; padding: 6px 10px; margin-right: 8px; cursor: pointer; }
#bfc-checkout .bfc-switch, #bfc-thankyou .bfc-switch { display: inline-flex; gap: 8px; align-items: center; }
#bfc-checkout .bfc-inline, #bfc-thankyou .bfc-inline { display: flex; gap: 8px; align-items: center; }
#bfc-checkout .bfc-inline input, #bfc-thankyou .bfc-inline input { flex: 1; }
/*#bfc-checkout .bfc-btn, #bfc-thankyou .bfc-btn { background: #0d6b4d; color: #fff; border: none; padding: 10px 14px; border-radius: 8px; cursor: pointer; }*/
/*#bfc-checkout .bfc-btn:hover, #bfc-thankyou .bfc-btn:hover { background: #0a5a41; }*/
#bfc-checkout .bfc-link, #bfc-thankyou .bfc-link { background: transparent; border: none; color: #0d6b4d; cursor: pointer; }
#bfc-checkout .bfc-contact-line, #bfc-thankyou .bfc-contact-line { color: #111827; font-size: 14px; }

 /*Compact cards (promo/loyalty) */
#bfc-checkout .bfc-card--compact { padding: 12px 14px; }
#bfc-checkout .bfc-card--compact h3 { font-size: 15px; margin-bottom: 8px; }
#bfc-checkout .bfc-card--compact .bfc-inline input { height: 38px; }

 /*Info area (instead of textarea note) */
#bfc-checkout .bfc-info, #bfc-thankyou .bfc-info { background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px 12px; color: #374151; font-size: 14px; }

 /*Auth modal (Figma style) */
.bfc-auth-modal { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.bfc-auth-dialog { width: min(920px, 96vw); background: #0b3a33; color: #fff; border-radius: 20px; padding: 48px 56px; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,.5); text-align: center; }
.bfc-auth-close { position: absolute; right: 12px; top: 10px; border: none; background: transparent; color: #fff; font-size: 28px; cursor: pointer; }
.bfc-auth-brand { margin-bottom: 16px; }
.bfc-auth-logo { height: 40px; }
.bfc-auth-title { margin: 10px 0 16px; font-size: 36px; font-weight: 800; letter-spacing: .2px; }
.bfc-auth-hint { opacity: .85; font-size: 14px; margin: 6px 0 16px; }
.bfc-auth-error { background: #7f1d1d; color: #fff; padding: 10px 12px; border-radius: 10px; margin-top: 12px; display: inline-block; }
.bfc-btn--light { background: #fff; color: #0b3a33; padding: 12px 18px; border-radius: 999px; border: none; font-weight: 600; cursor: pointer; }
.bfc-btn--light:hover { background: #e6f6f1; }
.bfc-phone-row { display: inline-flex; align-items: center; border: 1px solid #1f5c51; background: #0d3a33; border-radius: 999px; padding: 6px 10px; gap: 8px; min-width: 360px; }
.bfc-phone-row .bfc-cc { background: #0b463e; padding: 6px 8px; border-radius: 999px; font-weight: 600; font-size: 14px; }
.bfc-phone-row input { background: transparent; border: none; color: #fff; outline: none; width: 100%; font-size: 16px; }
.bfc-otp-inputs { display: inline-flex; gap: 10px; align-items: center; margin: 10px 0 18px; }
.bfc-otp { width: 46px; height: 56px; text-align: center; font-size: 24px; border-radius: 10px; border: 1px solid #1f5c51; background: #0d3a33; color: #fff; }
.bfc-otp-dash { opacity: .7; padding: 0 4px; font-size: 22px; }
.bfc-auth-sub { opacity: .85; margin: 6px 0 14px; display: flex; align-items: center; gap: 10px; justify-content: center; }
.bfc-dev-code { margin-bottom: 8px; opacity: .8; font-size: 12px; }
.bfc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; }
.bfc-grid-2 input[type="text"], .bfc-grid-2 input[type="email"], .bfc-grid-2 input[type="password"], .bfc-grid-2 input[type="tel"] { width: 100%; background: #0d3a33; border: 1px solid #1f5c51; color: #fff; border-radius: 10px; padding: 10px 12px; }
.bfc-file-label { display: inline-block; background: #0d3a33; border: 1px dashed #1f5c51; color: #fff; border-radius: 10px; padding: 10px 12px; width: 100%; }
.bfc-file-label input { display: block; margin-top: 4px; }
.bfc-check { display: inline-flex; align-items: center; gap: 8px; }
.bfc-agree { opacity: .85; margin-top: 10px; font-size: 12px; }

 /*ID upload */
#bfc-checkout .bfc-id-hint { font-size: 13px; color: #4b5563; margin-bottom: 8px; }

 /*Selects in schedule */
#bfc-checkout select#bfc-date-select,
#bfc-checkout select#bfc-time-window { width: 100%; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; }

 /*Custom items list */
#bfc-checkout .bfc-items, #bfc-thankyou .bfc-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 10px; }
#bfc-checkout .bfc-item, #bfc-thankyou .bfc-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e5e7eb; padding-bottom: 10px; }
#bfc-checkout .bfc-item:last-child, #bfc-thankyou .bfc-item:last-child { border-bottom: 0; }
#bfc-checkout .bfc-item-left, #bfc-thankyou .bfc-item-left { display: flex; gap: 10px; align-items: center; }
#bfc-checkout .bfc-thumb img, #bfc-thankyou .bfc-thumb img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
#bfc-checkout .bfc-item-name, #bfc-thankyou .bfc-item-name { font-weight: 600; font-size: 14px; color: #111827; }
#bfc-checkout .bfc-item-sub, #bfc-thankyou .bfc-item-sub { font-size: 12px; color: #6b7280; display: flex; gap: 8px; }
#bfc-checkout .bfc-item-total, #bfc-thankyou .bfc-item-total { font-weight: 600; color: #111827; }

 /*Hide duplicate items in Woo review table but keep totals */
#bfc-checkout .woocommerce-checkout-review-order-table thead,
#bfc-checkout .woocommerce-checkout-review-order-table tbody { display: none; }
#bfc-checkout .woocommerce-checkout-review-order-table tfoot { display: table-row-group; }

 /*Hide duplicate items in Thank You order details table but keep totals */
#bfc-thankyou > .woocommerce-order .woocommerce-table--order-details thead,
#bfc-thankyou > .woocommerce-order .woocommerce-table--order-details tbody { display: none; }
#bfc-thankyou > .woocommerce-order .woocommerce-table--order-details tfoot { display: table-row-group; }

 /*But show the table fully inside our accordion section */
#bfc-thankyou .bfc-accordion .woocommerce-table--order-details thead { display: table-header-group !important; }
#bfc-thankyou .bfc-accordion .woocommerce-table--order-details tbody { display: table-row-group !important; }
#bfc-thankyou .bfc-accordion .woocommerce-table--order-details tfoot { display: table-row-group !important; }

 /*Explicit details toggle behavior for body wrapper */
#bfc-thankyou .bfc-accordion details .bfc-accordion-body { display: none; }
#bfc-thankyou .bfc-accordion details[open] .bfc-accordion-body { display: block !important; }

 /*Thank You: status and accordion */
/*#bfc-thankyou .bfc-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0; }*/
/*#bfc-thankyou .bfc-status .bfc-step { text-align: center; padding: 10px; border: 1px solid #e5e7eb; border-radius: 10px; background: #f9fafb; font-size: 13px; }*/
/*#bfc-thankyou .bfc-status .bfc-step.is-active { border-color: #0d6b4d; background: #ecfdf5; color: #064e3b; font-weight: 600; }*/
/*#bfc-thankyou .bfc-total-pill { background: #111827; color: #fff; border-radius: 999px; padding: 8px 14px; display: inline-block; font-weight: 600; }*/

/*#bfc-thankyou .bfc-accordion details { border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px 12px; background: #fff; }*/
/*#bfc-thankyou .bfc-accordion details + details { margin-top: 10px; }*/
/*#bfc-thankyou .bfc-accordion summary { cursor: pointer; list-style: none; font-weight: 600; }*/
/*#bfc-thankyou .bfc-accordion summary::-webkit-details-marker { display: none; }*/
/*#bfc-thankyou .bfc-accordion .bfc-accordion-body { margin-top: 8px; }*/

 /*Thank You: unified summary bubble */
/*#bfc-thankyou .bfc-summary { background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px 14px; }*/
/*#bfc-thankyou .bfc-summary-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px dashed #e5e7eb; font-size: 14px; color: #111827; }*/
/*#bfc-thankyou .bfc-summary-row strong { font-weight: 600; }*/
/*#bfc-thankyou .bfc-summary-row:last-child { border-bottom: 0; }*/

/*@media (max-width: 960px) {*/
/*  #bfc-checkout .bfc-grid { grid-template-columns: 1fr; }*/
/*  .bfc-auth-dialog { padding: 32px 24px; }*/
/*  .bfc-phone-row { min-width: 0; width: 100%; }*/
/*  .bfc-grid-2 { grid-template-columns: 1fr; }*/
/*}*/

/*My Account (Bloom Dashboard)*/
#bfc-account { font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
#bfc-account .bfc-account-shell { display: grid; grid-template-columns: 280px 1fr; min-height: 72vh; background: #eef7f3; border-radius: 14px; overflow: hidden; border: 1px solid #e5e7eb; }
#bfc-account .bfc-account-sidebar { background: #073a33; color: #fff; padding: 22px 18px; }
#bfc-account .bfc-account-brand { margin-bottom: 18px; }
#bfc-account .bfc-account-logo { height: 28px; width: auto; display: block; }
#bfc-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
#bfc-account .woocommerce-MyAccount-navigation li { margin: 2px 0; }
#bfc-account .woocommerce-MyAccount-navigation a { display: flex; align-items: center; gap: 10px; padding: 12px 12px; border-radius: 10px; color: #e5f4ef; text-decoration: none; font-weight: 600; font-size: 14px; }
#bfc-account .woocommerce-MyAccount-navigation a:hover { background: rgba(255,255,255,.08); }
#bfc-account .woocommerce-MyAccount-navigation li.is-active a { background: rgba(255,255,255,.14); color: #ffffff; }

/*Sidebar icons (Dashicons)*/
#bfc-account .woocommerce-MyAccount-navigation a:before { font-family: dashicons; font-size: 18px; line-height: 1; display: inline-block; width: 18px; height: 18px; content: "\f333"; opacity: .95; }
#bfc-account .woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\f226"; }
#bfc-account .woocommerce-MyAccount-navigation-link--loyalty a:before { content: "\f155"; }
#bfc-account .woocommerce-MyAccount-navigation-link--orders a:before { content: "\f174"; }
#bfc-account .woocommerce-MyAccount-navigation-link--documents a:before { content: "\f109"; }
#bfc-account .woocommerce-MyAccount-navigation-link--account-settings a:before { content: "\f111"; }
#bfc-account .bfc-account-main { padding: 18px 22px 26px; }
#bfc-account .bfc-account-topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #e9f6f1; border-radius: 12px; padding: 12px 12px; margin-bottom: 18px; }
#bfc-account .bfc-account-search { flex: 1; display: flex; align-items: center; gap: 8px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 999px; padding: 10px 14px; max-width: 520px; }
#bfc-account .bfc-account-search .dashicons { color: #6b7280; }
#bfc-account .bfc-account-search input { border: 0; outline: 0; font-size: 13px; width: 100%; background: transparent; }
#bfc-account .bfc-account-actions { display: flex; align-items: center; gap: 10px; }
#bfc-account .bfc-account-icon { width: 34px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(7,58,51,.08); color: #073a33; border: 1px solid rgba(7,58,51,.1); }
#bfc-account .bfc-account-icon:hover { background: rgba(7,58,51,.12); }
#bfc-account .bfc-account-home { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(7,58,51,.12); background: rgba(255,255,255,.7); color: #073a33; text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; }
#bfc-account .bfc-account-home:hover { background: rgba(255,255,255,.95); }
#bfc-account .bfc-account-home .dashicons { font-size: 18px; width: 18px; height: 18px; }
#bfc-account .bfc-account-profile img { width: 34px; height: 34px; border-radius: 999px; object-fit: cover; border: 1px solid rgba(0,0,0,.06); }
#bfc-account .bfc-account-avatar { width: 34px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(7,58,51,.08); color: #073a33; font-weight: 800; }

#bfc-account .bfc-account-cnton { padding: 22px 22px 32px; }
#bfc-account .bfc-account-messages { margin: 0 0 14px; }
#bfc-account .bfc-account-message { border-radius: 10px; padding: 10px 12px; font-size: 13px; border: 1px solid #e5e7eb; background: #ffffff; margin-bottom: 8px; }
#bfc-account .bfc-account-message.is-success { border-color: #a7f3d0; background: #ecfdf5; color: #065f46; }
#bfc-account .bfc-account-message.is-error { border-color: #fecaca; background: #fef2f2; color: #991b1b; }
#bfc-account .bfc-account-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#bfc-account .bfc-account-quicklink { text-decoration: none; }
#bfc-account .bfc-account-quicklink .bfc-card { height: 100%; }

/*Loyalty page*/
#bfc-account .bfc-loy-progress-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; padding: 6px 0 2px; }
#bfc-account .bfc-loy-progress-item { padding-right: 10px; }
#bfc-account .bfc-loy-sub { font-size: 12px; color: #6b7280; margin-top: 4px; }

#bfc-account .bfc-tier-ladder { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; margin: 0 0 16px; }
#bfc-account .bfc-tier-ladder-head { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); background:  var(--green-bg); color:var(--white); }
#bfc-account .bfc-tier-ladder-head > div { padding: 12px 14px; font-weight: 700; font-size: 13px; text-align: left; }
#bfc-account .bfc-tier-ladder-body { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
#bfc-account .bfc-tier-col { padding: 14px 14px; border-right: 1px solid #eef2f7; }
#bfc-account .bfc-tier-col:last-child { border-right: 0; }
#bfc-account .bfc-tier-col ul { margin: 0; padding-left: 16px; color: #111827; font-size: 13px; line-height: 1.6; }
#bfc-account .bfc-tier-col li { margin: 0 0 6px; }

#bfc-account .bfc-loy-earn { margin: 0 0 16px; }
#bfc-account .bfc-loy-earn h3 { margin: 0 0 10px; font-size: 16px; }
#bfc-account .bfc-loy-earn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#bfc-account .bfc-loy-earn-card { background:  var(--green-bg); color: var(--white); border-radius: 12px; padding: 14px 14px; }
#bfc-account .bfc-loy-earn-title { font-weight: 800; font-size: 13px; margin-bottom: 6px; }
#bfc-account .bfc-loy-earn-text { font-size: 12px; opacity: .92; line-height: 1.5; }

#bfc-account .bfc-loy-earn-banner { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; border-radius: 14px; overflow: hidden; border: 1px solid #e5e7eb; background: #ffffff; }
#bfc-account .bfc-loy-earn-banner-image { min-height: 160px; background: linear-gradient(135deg, #e8f6f1, #ffffff); }
#bfc-account .bfc-loy-earn-banner-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
#bfc-account .bfc-loy-earn-banner-panels { display: grid; grid-template-rows: 1fr 1fr; }
#bfc-account .bfc-loy-earn-panel { padding: 14px 14px; border-bottom: 1px solid #eef2f7; }
#bfc-account .bfc-loy-earn-panel:last-child { border-bottom: 0; }

#bfc-account .bfc-table-wrap { overflow-x: auto; }
#bfc-account .bfc-table { width: 100%; border-collapse: collapse; }
#bfc-account .bfc-table thead th { background:  var(--green-bg); color: #fff; font-size: 12px; text-align: left; padding: 10px 12px; }
#bfc-account .bfc-table tbody td { border-top: 1px solid #eef2f7; padding: 10px 12px; font-size: 13px; color: #111827; }

#bfc-account .bfc-rewards-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
#bfc-account .bfc-reward-card { background:  var(--green-bg); color: #fff; border-radius: 12px; padding: 14px 14px; min-height: 86px; }
#bfc-account .bfc-reward-icon { font-size: 18px; width: 18px; height: 18px; margin-bottom: 10px; opacity: .95; }
#bfc-account .bfc-reward-title { font-weight: 800; font-size: 13px; }
#bfc-account .bfc-reward-sub { font-size: 12px; opacity: .9; }

/*Order History*/
#bfc-account .bfc-orders-matrix-wrap { overflow-x: auto; }
#bfc-account .bfc-orders-matrix { width: 100%; border-collapse: collapse; }
#bfc-account .bfc-orders-matrix th { width: 120px; text-align: left; font-size: 12px; color: #111827; background: #f8fafc; border: 1px solid #e5e7eb; padding: 10px 12px; }
#bfc-account .bfc-orders-matrix td { border: 1px solid #e5e7eb; padding: 10px 12px; font-size: 13px; color: #111827; background: #ffffff; }
#bfc-account .bfc-orders-empty { color: #9ca3af; }
#bfc-account .bfc-order-status { font-weight: 700; font-size: 12px; }
#bfc-account .bfc-order-status.is-completed { color: #16a34a; }
#bfc-account .bfc-order-status.is-processing { color: #6b7280; }
#bfc-account .bfc-order-status.is-on-hold { color: #6b7280; }
#bfc-account .bfc-order-status.is-cancelled { color: #b91c1c; }

/*Documents*/
#bfc-account .bfc-doc-card .bfc-doc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
#bfc-account .bfc-doc-title { font-weight: 800; font-size: 14px; margin-bottom: 4px; }
#bfc-account .bfc-doc-sub { font-size: 12px; color: #6b7280; line-height: 1.5; }
#bfc-account .bfc-doc-badge { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; border: 1px solid #e5e7eb; }
#bfc-account .bfc-doc-badge.is-verified { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
#bfc-account .bfc-doc-badge.is-pending { background: #fffbeb; border-color: #fde68a; color: #92400e; }
#bfc-account .bfc-doc-badge.is-missing { background: #f3f4f6; border-color: #e5e7eb; color: #6b7280; }
#bfc-account .bfc-doc-form { margin-top: 12px; display: flex; justify-content: flex-end; gap: 10px; align-items: center; }
#bfc-account .bfc-doc-form input[type="file"] { max-width: 260px; font-size: 12px; }
#bfc-account .bfc-doc-list { margin-top: 12px; display: flex; flex-direction: column; gap: 10px; }
#bfc-account .bfc-doc-item { display: flex; justify-content: space-between; gap: 10px; align-items: center; border: 1px solid #eef2f7; border-radius: 10px; padding: 10px 12px; }

/*Account Settings (Figma single card)*/
#bfc-account .bfc-settings-card { max-width: 860px; }
#bfc-account .bfc-settings-profile { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; margin-bottom: 14px; }
#bfc-account .bfc-settings-avatar { width: 56px; height: 56px; border-radius: 999px; object-fit: cover; border: 1px solid #e5e7eb; }
#bfc-account .bfc-settings-profile-title { font-weight: 800; font-size: 13px; }
#bfc-account .bfc-settings-profile-sub { font-size: 12px; color: #6b7280; }
#bfc-account .bfc-settings-profile-actions { display: flex; gap: 8px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
#bfc-account .bfc-settings-pic-form { display: inline-flex; gap: 8px; align-items: center; margin: 0; }
#bfc-account .bfc-settings-pic-form input[type="file"] { max-width: 200px; font-size: 12px; }

#bfc-account .bfc-settings-section { margin-top: 14px; }
#bfc-account .bfc-settings-section-title { font-weight: 800; font-size: 13px; margin-bottom: 8px; }
#bfc-account .bfc-settings-section-sub { font-size: 12px; color: #6b7280; margin: -6px 0 10px; }

#bfc-account .bfc-settings-ref-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; }
#bfc-account .bfc-settings-ref-row input[type="text"] { width: 100%; }

@media (max-width: 980px) {
  #bfc-account .bfc-settings-profile { grid-template-columns: 56px 1fr; }
  #bfc-account .bfc-settings-profile-actions { grid-column: 1 / -1; justify-content: flex-start; }
  #bfc-account .bfc-settings-ref-row { grid-template-columns: 1fr; }
}

/*Referral banner (Figma style)*/
#bfc-account .bfc-referral-banner { display: grid; grid-template-columns: 1.15fr 1fr .55fr; gap: 0; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; margin: 0 0 16px; }
#bfc-account .bfc-referral-banner-left { background: #073a33; display: flex; align-items: center; justify-content: center; min-height: 160px; }
#bfc-account .bfc-referral-banner-left img { width: 100%; height: 100%; object-fit: cover; display: block; }
#bfc-account .bfc-referral-banner-body { padding: 18px 18px; display: flex; flex-direction: column; justify-content: center; }
#bfc-account .bfc-referral-banner-body h3 { margin: 0 0 8px; font-size: 18px; }
#bfc-account .bfc-referral-banner-body p { margin: 0 0 12px; color: #6b7280; font-size: 13px; line-height: 1.45; }
#bfc-account .bfc-referral-banner-right { background: #f8fafc; display: flex; align-items: center; justify-content: center; }
#bfc-account .bfc-referral-banner-right img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px; }

@media (max-width: 980px) {
  #bfc-account .bfc-referral-banner { grid-template-columns: 1fr; }
  #bfc-account .bfc-referral-banner-right { display: none; }
}

@media (max-width: 980px) {
  #bfc-account .bfc-account-shell { grid-template-columns: 1fr; }
  #bfc-account .bfc-account-sidebar { border-radius: 0; }
  #bfc-account .bfc-account-row { grid-template-columns: 1fr; }
  #bfc-account .bfc-account-quicklinks { grid-template-columns: 1fr; }
  #bfc-account .bfc-account-topbar { flex-wrap: wrap; }
  #bfc-account .bfc-account-search { max-width: none; width: 100%; }
}


/* 320px to 599px */
@media (min-width: 320px) and (max-width: 599px) {
  .bfc-auth-modal .bfc-auth-dialog h1 { font-size: 26px !important; line-height: normal !important; margin: 20px 0px !important;}
.bfc-auth-modal .bfc-auth-dialog {width: 100% !important;	padding: 48px 30px !important;}
.bfc-auth-modal .bfc-auth-dialog input {width: 100% !important;}
.bfc-auth-modal .bfc-auth-dialog .bfc-check input {	width: fit-content !important;}
.bfc-auth-modal .bfc-auth-dialog .bfc-btn.bfc-btn--light {	width: 100% !important;}
.bfc-auth-dialog {
	max-height: 400px !important;
	overflow-y:scroll;
}
.bfc-auth-dialog .bfc-phone-row {
	max-width: 100% !important;
}
}
 
