:root {
  --bamby-ink: #101010;
  --bamby-muted: #686868;
  --bamby-line: #dedede;
  --bamby-soft: #f7f7f7;
  --bamby-white: #fff;
  --bamby-accent: #88613b;
  --bamby-error: #a32121;
  --bamby-success: #246c3d;
  --bamby-radius: 12px;
  --bamby-shadow: 0 14px 40px rgba(0, 0, 0, .1);
}

.bamby-reg-shell {
  width: min(100% - 32px, 980px);
  margin: 32px auto;
  padding: clamp(22px, 4vw, 48px);
  color: var(--bamby-ink);
  background: var(--bamby-white);
  border: 1px solid var(--bamby-line);
  border-radius: var(--bamby-radius);
  box-shadow: var(--bamby-shadow);
  font-family: inherit;
  box-sizing: border-box;
}

.bamby-reg-shell *, .bamby-modal * { box-sizing: border-box; }
.bamby-reg-heading { max-width: 760px; margin: 0 auto 26px; text-align: center; }
.bamby-reg-heading h2 { margin: 4px 0 10px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
.bamby-reg-heading p { margin: 0; color: var(--bamby-muted); line-height: 1.55; }
.bamby-reg-eyebrow { margin: 0 0 4px !important; color: var(--bamby-accent) !important; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.bamby-reg-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0 0 30px; padding: 0; list-style: none; }
.bamby-reg-progress li { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; color: #777; background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 9px; font-size: 13px; font-weight: 700; }
.bamby-reg-progress span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.bamby-reg-progress li.is-active { color: #fff; background: var(--bamby-ink); border-color: var(--bamby-ink); }
.bamby-reg-progress li.is-complete { color: var(--bamby-success); background: #f0faf3; border-color: #b9dcc4; }

.bamby-reg-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bamby-reg-form fieldset { margin: 28px 0; padding: 0; border: 0; }
.bamby-reg-form legend { width: 100%; margin: 0 0 14px; padding: 0 0 8px; border-bottom: 1px solid var(--bamby-line); font-size: 20px; font-weight: 750; }
.bamby-field { display: grid; gap: 7px; margin: 0 0 18px; color: var(--bamby-ink); font-size: 14px; font-weight: 700; }
.bamby-field[hidden], #bamby_referral_other_field[hidden] { display: none !important; }
.bamby-field input, .bamby-field select, .bamby-field textarea, .bamby-reg-form select, .bamby-reg-form input[type="text"], .bamby-reg-form input[type="email"], .bamby-reg-form input[type="tel"], .bamby-reg-form input[type="url"], .bamby-reg-form input[type="search"], .bamby-reg-form input[type="number"] {
  width: 100%; min-height: 50px; margin: 0; padding: 11px 14px; color: var(--bamby-ink); background: #fff; border: 1px solid #bdbdbd; border-radius: 8px; box-shadow: none; font: inherit;
}
.bamby-field textarea { min-height: 130px; resize: vertical; }
.bamby-phone-control { display: grid; grid-template-columns: minmax(180px, .9fr) minmax(180px, 1.1fr); gap: 10px; }
.bamby-field input:focus, .bamby-field select:focus, .bamby-field textarea:focus { outline: 3px solid rgba(136, 97, 59, .17); border-color: var(--bamby-accent); }
.bamby-field small, .bamby-upload small, .bamby-choice small { color: var(--bamby-muted); font-weight: 400; line-height: 1.45; }
.bamby-address-search-label { margin: 3px 0 -2px; color: var(--bamby-muted); font-size: 12px; font-weight: 600; }
.bamby-address-search { display: block; width: 100%; min-height: 50px; color-scheme: light; }

.bamby-check { display: flex; align-items: flex-start; gap: 11px; margin: 16px 0; font-size: 14px; line-height: 1.45; }
.bamby-check input { flex: 0 0 20px; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--bamby-ink); }
.bamby-check span { display: grid; gap: 2px; }
.bamby-consent span { display: inline; }
.bamby-consent a { display: inline; white-space: normal; }
.bamby-button, .bamby-reg-shell .bamby-button, .bamby-modal .bamby-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin: 8px 0 0; padding: 11px 24px; color: #fff !important; background: var(--bamby-ink) !important; border: 1px solid var(--bamby-ink) !important; border-radius: 8px !important; box-shadow: none !important; font: inherit; font-size: 14px; font-weight: 800; letter-spacing: .04em; line-height: 1.2; text-align: center; text-decoration: none !important; cursor: pointer;
}
.bamby-button:hover, .bamby-button:focus { color: #fff !important; background: #2a2a2a !important; transform: translateY(-1px); }
.bamby-button:disabled { cursor: wait; opacity: .55; transform: none; }
.bamby-button-secondary, .bamby-button--secondary, .bamby-reg-shell .bamby-button-secondary, .bamby-reg-shell .bamby-button--secondary { color: var(--bamby-ink) !important; background: #fff !important; }
.bamby-link-button { display: inline; margin: 0; padding: 0; color: var(--bamby-accent); background: transparent; border: 0; font: inherit; font-weight: 750; text-decoration: underline; cursor: pointer; }
.bamby-reg-alternative { margin: 18px 0 0; }
.bamby-inline-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.bamby-mobile-gate { max-width: 760px; }
.bamby-mobile-gate .bamby-reg-form { max-width: 620px; margin: 0 auto; }
.bamby-reg-notice { margin: 0 auto 20px; padding: 14px 16px; color: var(--bamby-ink); background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 8px; line-height: 1.5; }
.bamby-reg-notice.is-warning { color: #6f4a12; background: #fff9e8; border-color: #e3c982; }
.bamby-mobile-policy-note { margin: -4px 0 14px; color: var(--bamby-muted); font-size: 12px; line-height: 1.5; }

.bamby-account-mobile-panel {
	margin: 0 0 20px;
	padding: 18px;
	border: 1px solid var(--bamby-line);
	border-radius: 12px;
	background: #fff;
}
.bamby-account-mobile-panel__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin: 0 0 8px; }
.bamby-account-mobile-panel__heading h3 { margin: 2px 0 0; font-size: 22px; }
.bamby-account-mobile-panel__heading > p { margin: 3px 0 0; color: var(--bamby-success); }
.bamby-account-mobile-panel > p { margin: 0 0 16px; color: var(--bamby-muted); line-height: 1.5; }
.bamby-account-mobile-panel .bamby-reg-form { margin: 0; }
.bamby-account-mobile-panel .bamby-field { max-width: 680px; }

.bamby-account-actions { width: 100%; margin: 30px 0 12px; }
.bamby-account-actions__heading { margin: 0 0 14px; text-align: center; }
.bamby-account-actions__heading h2 { margin: 3px 0 0; font-size: clamp(24px, 3vw, 34px); }
.bamby-account-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bamby-account-action { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; min-height: 86px; padding: 17px 20px; color: var(--bamby-ink) !important; background: #fff !important; border: 1px solid #cfcfcf !important; border-radius: 10px !important; box-shadow: none !important; font: inherit; text-align: left; text-decoration: none !important; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.bamby-account-action:hover, .bamby-account-action:focus { color: var(--bamby-ink) !important; border-color: var(--bamby-ink) !important; box-shadow: 0 9px 24px rgba(0, 0, 0, .08) !important; transform: translateY(-2px); }
.bamby-account-action--primary { border-color: var(--bamby-accent) !important; }
.bamby-account-action span { color: var(--bamby-muted); font-size: 13px; line-height: 1.4; }
.bamby-account-action strong { color: var(--bamby-ink); font-size: 15px; line-height: 1.3; text-align: right; }
.bamby-account-orders-link { margin: 11px 0 0; text-align: right; }
.bamby-account-orders-link a { color: var(--bamby-ink); font-size: 13px; font-weight: 750; }

/* WooCommerce keeps its account content floated at a legacy partial width.
   Bamby's navigation sits above the content, so every endpoint must use the
   complete row. This also prevents responsive order rows occupying only half
   of the visible table. */
.bamby-reg-account--woocommerce .woocommerce-MyAccount-content {
	box-sizing: border-box;
	clear: both;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}
.bamby-reg-account--woocommerce .woocommerce-orders-table,
.bamby-reg-account--woocommerce .woocommerce-orders-table tbody,
.bamby-reg-account--woocommerce .woocommerce-orders-table tr {
	box-sizing: border-box;
	width: 100% !important;
}

body.login { background: #f4f4f4; }
body.login #login {
	box-sizing: border-box;
	width: min(100% - 24px, 760px);
	padding-top: 4vh;
}
body.login #login > h1,
body.login #login > .message:not(.bamby-reg-message) { text-align: center; }
body.login .bamby-reg-shell {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
}
body.interim-login #login {
	width: min(100% - 18px, 660px);
	padding-top: 12px;
}
body.interim-login .bamby-reg-shell { padding: clamp(18px, 4vw, 34px); }
body.interim-login-success #login { max-width: 480px; }

.bamby-reg-message { margin: 0 0 20px; padding: 13px 16px; border: 1px solid var(--bamby-line); border-radius: 8px; line-height: 1.45; }
.bamby-reg-message.is-error { color: var(--bamby-error); background: #fff5f5; border-color: #e1b4b4; }
.bamby-reg-message.is-success { color: var(--bamby-success); background: #f0faf3; border-color: #b9dcc4; }
.bamby-reg-message.is-info { background: var(--bamby-soft); }
.bamby-session-notice { position: fixed; z-index: 1000001; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 480px); padding: 15px 18px; color: var(--bamby-error); background: #fff5f5; border: 1px solid #e1b4b4; border-radius: 10px; box-shadow: var(--bamby-shadow); font-size: 14px; line-height: 1.45; }

.bamby-otp-panel { max-width: 520px; margin: 10px auto; text-align: center; }
.bamby-otp-panel .bamby-field { max-width: 300px; margin: 24px auto 12px; text-align: left; }
.bamby-otp-panel input { font-size: 28px !important; font-weight: 800 !important; letter-spacing: .3em; text-align: center; }
.bamby-otp-panel .bamby-link-button { display: block; margin: 15px auto 4px; }
.bamby-resend-timer { display: block; min-height: 20px; color: var(--bamby-muted); }
.bamby-reg-success { max-width: 600px; margin: 0 auto; text-align: center; }
.bamby-reg-success > span { display: grid; width: 64px; height: 64px; margin: 0 auto 14px; place-items: center; color: #fff; background: var(--bamby-success); border-radius: 50%; font-size: 34px; }

.bamby-channel-tabs { display: flex; gap: 6px; margin: 0 0 20px; padding: 5px; background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 9px; }
.bamby-channel-tabs button { box-sizing: border-box; flex: 1 1 0; min-width: 0; min-height: 42px; margin: 0; padding: 8px 7px; color: var(--bamby-ink); background: transparent; border: 0; border-radius: 7px; font: inherit; font-weight: 750; line-height: 1.2; overflow-wrap: anywhere; white-space: normal; cursor: pointer; }
.bamby-channel-tabs button.is-active { color: #fff; background: var(--bamby-ink); }

.bamby-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.bamby-choice-grid legend { grid-column: 1 / -1; }
.bamby-fieldset-intro { margin: -4px 0 14px; color: var(--bamby-muted); line-height: 1.5; }
.bamby-choice-list { display: grid; gap: 8px; }
.bamby-choice-list--nested { gap: 7px; }
.bamby-choice { display: flex; min-height: 0; cursor: pointer; }
.bamby-choice input { position: absolute; opacity: 0; pointer-events: none; }
.bamby-choice span { position: relative; display: grid; align-content: center; gap: 3px; width: 100%; min-height: 66px; padding: 12px 14px 12px 45px; background: #fff; border: 1px solid var(--bamby-line); border-radius: 9px; }
.bamby-choice span::before { content: ''; position: absolute; left: 15px; top: 50%; width: 18px; height: 18px; border: 2px solid #8b8b8b; border-radius: 50%; transform: translateY(-50%); }
.bamby-choice input:checked + span::before { border-color: var(--bamby-ink); box-shadow: inset 0 0 0 4px #fff; background: var(--bamby-ink); }
.bamby-choice input:checked + span { background: #f5f1ed; border-color: var(--bamby-accent); box-shadow: inset 0 0 0 1px var(--bamby-accent); }
.bamby-choice input:focus-visible + span { outline: 3px solid rgba(136, 97, 59, .2); }
.bamby-conditional { margin: 16px 0 26px; padding: 18px; background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 9px; }
.bamby-conditional[hidden] { display: none !important; }
.bamby-source-choice { margin: 12px 0 0; }
.bamby-source-choice > p { margin: 0 0 10px; }
.bamby-inline-fieldset { margin: 4px 0 20px !important; }
.bamby-inline-fieldset legend { font-size: 15px; }
.bamby-terms-note, .bamby-card-note { margin: 9px 0 0; color: var(--bamby-muted); font-size: 13px; line-height: 1.5; }
.bamby-selected-products { display: grid; gap: 8px; margin: -4px 0 8px; }
.bamby-selected-product { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 12px; margin: 0; padding: 11px 13px; background: #fff; border: 1px solid var(--bamby-line); border-radius: 8px; }
.bamby-selected-product strong { min-width: 0; overflow-wrap: anywhere; }
.bamby-selected-product span { grid-column: 1 / 2; color: var(--bamby-muted); font-size: 12px; font-weight: 500; text-transform: none; }
.bamby-selected-product .bamby-link-button { justify-self: end; }
.bamby-selection-count { display: block; margin: 0 0 14px; color: var(--bamby-muted); font-size: 12px; }
.bamby-best-value-panel { display: grid; gap: 10px; }
.bamby-best-value-panel p { margin: 0; }
.bamby-estimate-shell textarea::placeholder { color: #8a8a8a; opacity: 1; }
.bamby-backlit-details > h3 { margin: 0 0 6px; }
.bamby-backlit-details > p { margin: 0 0 14px; color: var(--bamby-muted); line-height: 1.5; }
.bamby-backlit-areas { display: grid; gap: 10px; }
.bamby-backlit-area { display: grid; grid-template-columns: auto minmax(120px, 1fr) auto minmax(120px, 1fr) auto; align-items: end; gap: 10px; padding: 12px; background: #fff; border: 1px solid var(--bamby-line); border-radius: 9px; }
.bamby-backlit-area > strong { align-self: center; min-width: 50px; }
.bamby-backlit-area .bamby-field { margin: 0; }
.bamby-backlit-times { align-self: center; padding-top: 18px; font-size: 22px; }
.bamby-backlit-area .bamby-link-button { align-self: center; }
.bamby-backlit-location { margin: 18px 0 0; }

.bamby-upload { display: flex; align-items: center; justify-content: center; min-height: 150px; padding: 22px; background: var(--bamby-soft); border: 2px dashed #bbb; border-radius: 10px; text-align: center; cursor: pointer; }
.bamby-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.bamby-upload span { display: grid; gap: 5px; }
.bamby-upload:focus-within { border-color: var(--bamby-accent); outline: 3px solid rgba(136, 97, 59, .16); }

.bamby-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bamby-evidence-card { min-width: 0; padding: 16px; background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 10px; }
.bamby-evidence-card--wide { grid-column: 1 / -1; }
.bamby-evidence-card h3 { margin: 0 0 12px; font-size: 16px; }
.bamby-evidence-card .bamby-field { margin-bottom: 0; }
.bamby-evidence-card .bamby-upload { min-height: 132px; background: #fff; }

.bamby-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.bamby-feature { margin: 0; padding: 11px; background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 8px; }

.bamby-product-results { display: grid; gap: 6px; margin-top: -10px; }
.bamby-product-results button { display: flex; align-items: center; gap: 12px; width: 100%; padding: 9px; background: #fff; border: 1px solid var(--bamby-line); border-radius: 8px; text-align: left; cursor: pointer; }
.bamby-product-results img { width: 54px; height: 54px; object-fit: cover; border-radius: 6px; }
.bamby-product-results span { display: grid; gap: 2px; }
.bamby-product-results strong { display: block; color: var(--bamby-ink); font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }
.bamby-product-results small { color: var(--bamby-muted); font-size: 12px; line-height: 1.35; }

.bamby-modal[hidden] { display: none !important; }
.bamby-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 20px; }
.bamby-modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .66); backdrop-filter: blur(4px); }
.bamby-modal-dialog { position: relative; z-index: 1; width: min(100%, 1040px); max-height: min(90vh, 960px); overflow: auto; background: #fff; border-radius: 16px; box-shadow: 0 28px 90px rgba(0, 0, 0, .34); }
.bamby-modal-content > .bamby-reg-shell { width: 100%; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.bamby-reg-estimate-after > .bamby-reg-shell { width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
.bamby-modal-close { position: sticky; z-index: 4; top: 12px; float: right; display: grid; width: 46px; height: 46px; margin: 12px 12px -58px 0; padding: 0; place-items: center; color: #fff; background: var(--bamby-ink); border: 0; border-radius: 50%; font-size: 0; line-height: 1; cursor: pointer; }
.bamby-modal-close::before, .bamby-modal-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 23px; height: 3px; border-radius: 3px; background: currentColor; transform-origin: center; }
.bamby-modal-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.bamby-modal-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.bamby-modal-open { overflow: hidden; }
.bamby-calculator-guide { max-width: 760px; padding: 30px; }
.bamby-calculator-guide__video { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #000; border-radius: 10px; }
.bamby-calculator-guide__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bamby-calculator-guide__action { display: flex; justify-content: center; margin: 20px 0 0; }

.bamby-checkout-gate { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100%, 1200px); margin: 0 auto 28px; padding: 22px 26px; background: #fff; border: 1px solid var(--bamby-line); border-radius: var(--bamby-radius); box-shadow: var(--bamby-shadow); }
.bamby-checkout-gate h2 { margin: 2px 0 5px; font-size: 24px; }
.bamby-checkout-gate p { margin: 0; color: var(--bamby-muted); }
.bamby-checkout-gate .bamby-button { flex: 0 0 auto; margin: 0; }

.bamby-account-estimates { width: 100%; }
.bamby-account-estimates__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 0 0 22px; }
.bamby-account-estimates__heading h2 { margin: 2px 0 6px; }
.bamby-account-estimates__heading p { margin: 0; color: var(--bamby-muted); }
.bamby-account-estimates__heading .bamby-button { flex: 0 0 auto; margin: 0; }
.bamby-account-estimates__table { overflow-x: auto; border: 1px solid var(--bamby-line); border-radius: 10px; }
.bamby-account-estimates__table table { width: 100%; margin: 0; border: 0; border-collapse: collapse; }
.bamby-account-estimates__table th, .bamby-account-estimates__table td { padding: 13px 15px; border: 0; border-bottom: 1px solid var(--bamby-line); text-align: left; vertical-align: middle; }
.bamby-account-estimates__table tbody tr:last-child td { border-bottom: 0; }
.bamby-account-estimate-detail h3 { margin: 24px 0 10px; }
.bamby-account-files { display: grid; gap: 10px; }
.bamby-account-file { display: flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid var(--bamby-line); border-radius: 8px; color: var(--bamby-ink); text-decoration: none; background: #fff; }
.bamby-account-file span { color: var(--bamby-muted); }
.bamby-estimate-status { display: inline-flex; padding: 5px 9px; background: var(--bamby-soft); border: 1px solid var(--bamby-line); border-radius: 999px; font-size: 12px; font-weight: 750; white-space: nowrap; }

/* Checkout verification always creates or claims the customer account. Keep
 * WooCommerce and WPEverest password controls out of the customer journey. */
body.woocommerce-checkout:not(.logged-in) .woocommerce-account-fields,
body.woocommerce-checkout .user-registration-form-login-toggle,
body.woocommerce-checkout #user-registration:has(form.user-registration-form-login) {
  display: none !important;
}

body.bamby-checkout-verification-required form.checkout.woocommerce-checkout {
  display: none !important;
}

@media (max-width: 760px) {
  .bamby-reg-shell { width: min(100% - 20px, 680px); margin: 18px auto; padding: 22px 18px; }
  .bamby-reg-grid, .bamby-choice-grid { grid-template-columns: 1fr; gap: 0; }
  .bamby-phone-control { grid-template-columns: 1fr; }
  .bamby-choice-grid legend { grid-column: auto; }
  .bamby-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bamby-evidence-grid { grid-template-columns: 1fr; }
	.bamby-evidence-card--wide { grid-column: auto; }
	.bamby-selected-product { grid-template-columns: 1fr auto; }
	.bamby-selected-product span { grid-column: 1 / -1; }
	.bamby-backlit-area { grid-template-columns: 1fr auto 1fr; }
	.bamby-backlit-area > strong { grid-column: 1 / -1; }
	.bamby-backlit-area .bamby-link-button { grid-column: 1 / -1; justify-self: end; }
  .bamby-reg-progress { gap: 4px; }
  .bamby-reg-progress li { gap: 3px; padding: 4px; font-size: 10px; }
  .bamby-reg-progress span { width: 18px; height: 18px; }
  .bamby-modal { padding: 10px; }
  .bamby-modal-dialog { max-height: 94vh; border-radius: 12px; }
  .bamby-modal-close { top: 7px; width: 42px; height: 42px; margin: 7px 7px -49px 0; }
  .bamby-checkout-gate { display: grid; gap: 16px; width: calc(100% - 20px); padding: 18px; }
  .bamby-checkout-gate .bamby-button { width: 100%; }
  .bamby-account-estimates__heading { display: grid; align-items: start; }
  .bamby-account-estimates__heading .bamby-button { width: 100%; }
	.bamby-account-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.bamby-account-action { grid-template-columns: 1fr; align-content: center; min-height: 118px; padding: 14px 12px; text-align: center; }
	.bamby-account-action strong { text-align: center; }
	.bamby-account-orders-link { text-align: center; }
}

@media (max-width: 430px) {
	.bamby-account-mobile-panel__heading { display: grid; gap: 4px; }
  .bamby-feature-grid { grid-template-columns: 1fr; }
  .bamby-inline-actions { display: grid; }
  .bamby-inline-actions .bamby-button { width: 100%; }
  .bamby-account-estimates__table { overflow: visible; border: 0; }
  .bamby-account-estimates__table thead { display: none; }
  .bamby-account-estimates__table table, .bamby-account-estimates__table tbody, .bamby-account-estimates__table tr, .bamby-account-estimates__table td { display: block; width: 100%; }
  .bamby-account-estimates__table tr { margin: 0 0 14px; padding: 12px 14px; border: 1px solid var(--bamby-line); border-radius: 10px; }
  .bamby-account-estimates__table td { display: grid; grid-template-columns: minmax(90px, .7fr) 1fr; gap: 10px; padding: 6px 0; border: 0; }
  .bamby-account-estimates__table td::before { content: attr(data-label); color: var(--bamby-muted); font-size: 12px; font-weight: 750; }
	.bamby-reg-account--woocommerce .woocommerce-orders-table,
	.bamby-reg-account--woocommerce .woocommerce-orders-table tbody,
	.bamby-reg-account--woocommerce .woocommerce-orders-table tr,
	.bamby-reg-account--woocommerce .woocommerce-orders-table td {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		max-width: none !important;
	}
	.bamby-reg-account--woocommerce .woocommerce-orders-table tr {
		margin: 0 0 14px;
		border: 1px solid var(--bamby-line);
		border-radius: 10px;
		overflow: hidden;
	}
	.bamby-reg-account--woocommerce .woocommerce-orders-table td {
		min-height: 52px;
		padding: 11px 14px !important;
		border-right: 0 !important;
		border-left: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
  .bamby-button { transition: none !important; transform: none !important; }
  * { scroll-behavior: auto !important; }
}
.bamby-passwordless-notice {
	margin: 0 0 22px;
	padding: 16px 18px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #f7f7f7;
	color: #202020;
}

.bamby-reg-account--woocommerce .woocommerce-EditAccountForm fieldset {
	display: none;
}

.bamby-passwordless-notice a {
	font-weight: 700;
}

.woocommerce-EditAccountForm fieldset {
	display: none !important;
}

.woocommerce-EditAccountForm #account_email[readonly] {
	background: #f2f2f2;
	cursor: not-allowed;
}
