/* Rose du Sahara — Runtime UI CSS (Phase 3)
   Extracted from _layout/layout.php to improve cacheability and reduce inline payload. */
/* RDS Global Cart Drawer */
#rds-gcart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:saturate(120%) blur(2px);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:99990}
#rds-gcart-backdrop.on{opacity:1;pointer-events:auto}
#rds-gcart-panel{position:fixed;top:0;right:0;height:100vh;height:100dvh;max-height:100dvh;width:min(440px,92vw);background:rgba(0,0,0,.92);border-left:1px solid rgba(255,255,255,.12);transform:translateX(102%);transition:transform .22s ease;z-index:99995;display:flex;flex-direction:column;overflow:hidden;min-height:0}
#rds-gcart-panel.on{transform:translateX(0)}
#rds-gcart-panel .rds-gcart-head{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.10)}
#rds-gcart-panel .rds-gcart-head .rds-gcart-heading{margin:0;font-size:20px;color:#ffe6b5;font-family:inherit;font-weight:700;line-height:1.2}
#rds-gcart-close{width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#ffe6b5;cursor:pointer}
#rds-gcart-close:hover{background:rgba(255,255,255,.06)}
#rds-gcart-panel .rds-gcart-body{padding:14px 14px 10px;overflow:auto;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.rds-gcart-item{display:flex;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.03);margin-bottom:10px}
.rds-gcart-thumb{width:54px;height:54px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center}
.rds-gcart-thumb img{width:100%;height:100%;object-fit:cover}
.rds-gcart-meta{flex:1;min-width:0}
.rds-gcart-title{color:#fff;font-weight:700;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rds-gcart-price{color:#ffe6b5;font-weight:600;font-size:13px;margin-top:4px}
.rds-gcart-price .muted{color:rgba(255,255,255,.55);font-weight:400}
.rds-gcart-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:92px}
.rds-gcart-line{color:#fff;font-weight:800}
.rds-gcart-remove{border:0;background:transparent;color:#ffe6b5;text-decoration:underline;cursor:pointer;font-size:12px;padding:0}
.rds-gcart-qty{display:flex;align-items:center;gap:10px;margin-top:8px}
.rds-gcart-qtybtn{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);color:#fff;cursor:pointer}
.rds-gcart-qtybtn:hover{background:rgba(255,255,255,.08)}
.rds-gcart-qtyinput{width:58px;min-width:58px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);color:#fff;text-align:center;font-weight:800;padding:0 10px;outline:none}
.rds-gcart-qtyinput:focus{border-color:rgba(255,230,181,.65);box-shadow:0 0 0 3px rgba(255,230,181,.12)}
.rds-gcart-qtyinput::-webkit-outer-spin-button,
.rds-gcart-qtyinput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.rds-gcart-qtyinput[type=text]{appearance:textfield;-moz-appearance:textfield}
.rds-gcart-section{margin-top:14px;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.03)}
.rds-gcart-section h3{margin:0 0 10px;color:#fff;font-size:14px}
.rds-gcart-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;color:#fff}
.rds-gcart-row .muted{color:rgba(255,255,255,.6)}
.rds-gcart-row .small{font-size:12px}
.rds-gcart-select{width:100%;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.35);color:#fff;padding:0 12px}
.rds-gcart-ship-row{display:flex;align-items:flex-start;gap:10px;padding:10px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.22);margin-top:8px;cursor:pointer}
.rds-gcart-ship-row input{accent-color:#ffe6b5;margin-top:4px}
.rds-gcart-ship-main{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}
.rds-gcart-ship-name{color:#fff;font-size:13px}
.rds-gcart-ship-note{color:rgba(255,255,255,.62);font-size:11px;line-height:1.35}
.rds-gcart-ship-price{color:#ffe6b5;font-weight:800;white-space:nowrap}
.rds-gcart-ship-pill{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.22)}
.rds-gcart-empty{color:rgba(255,255,255,.75);text-align:center;padding:26px 10px}
.rds-gcart-foot{padding:14px;padding-bottom:max(14px,calc(env(safe-area-inset-bottom,0px) + 14px));border-top:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.92);flex:0 0 auto}
.rds-gcart-actions{display:flex;gap:10px;margin-top:10px}
.rds-gcart-btn{flex:1;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#fff;cursor:pointer;font-weight:800}
.rds-gcart-btn:hover{background:rgba(255,255,255,.06)}
.rds-gcart-btn.primary{background:#ffe6b5;color:#000;border-color:#ffe6b5}
.rds-gcart-btn.primary:hover{filter:brightness(.96)}
.rds-gcart-kv{display:flex;justify-content:space-between;align-items:center;color:#fff;margin-top:6px}
.rds-gcart-kv strong{font-size:18px}
.rds-gcart-giftline{display:flex;gap:10px;align-items:center}
.rds-gcart-giftline .rds-gcart-input{flex:1;min-width:0}
.rds-gcart-giftmeta{margin-top:10px;display:flex;justify-content:space-between;gap:8px;align-items:center;flex-wrap:wrap}
.rds-gcart-giftmeta .code{font-weight:700;color:#ffe6b5}
.rds-gcart-mini{font-size:12px;line-height:1.5;color:rgba(255,255,255,.72)}
.rds-gcart-linkbtn{appearance:none;border:0;background:none;color:#ffe6b5;padding:0;font:inherit;text-decoration:underline;cursor:pointer}
.rds-gcart-custgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.rds-gcart-custgrid .full{grid-column:1 / -1}
.rds-gcart-input{width:100%;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.35);color:#fff;padding:0 12px}
.rds-gcart-label{display:block;color:rgba(255,255,255,.75);font-size:12px;margin:8px 0 6px}
.rds-gcart-trustbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px}
.rds-gcart-trustitem{border:1px solid rgba(255,230,181,.16);background:linear-gradient(135deg,rgba(255,230,181,.10),rgba(255,255,255,.035));border-radius:14px;padding:9px 10px;color:rgba(255,255,255,.86);font-size:11.5px;line-height:1.35}
.rds-gcart-trustitem strong{display:block;color:#ffe6b5;font-size:12px;margin-bottom:2px}
.rds-gcart-note{margin-top:10px;border-radius:12px;border:1px solid rgba(255,230,181,.12);background:rgba(255,230,181,.055);padding:10px 11px;color:rgba(255,255,255,.76);font-size:12px;line-height:1.45}
.rds-gcart-note strong{color:#ffe6b5}
.rds-gcart-upsell-grid{display:grid;gap:9px}
.rds-gcart-upsell-card{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.22)}
.rds-gcart-upsell-img{width:46px;height:46px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.06)}
.rds-gcart-upsell-img img{width:100%;height:100%;object-fit:cover;display:block}
.rds-gcart-upsell-title{color:#fff;font-size:12.5px;font-weight:750;line-height:1.25;max-width:165px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rds-gcart-upsell-price{color:#ffe6b5;font-size:12px;font-weight:800;margin-top:2px}
.rds-gcart-upsell-add{height:34px;border-radius:999px;border:1px solid rgba(255,230,181,.35);background:rgba(255,230,181,.12);color:#ffe6b5;font-weight:800;font-size:12px;padding:0 11px;cursor:pointer;white-space:nowrap}
.rds-gcart-upsell-add:hover{background:rgba(255,230,181,.18)}
.rds-gcart-kv.earned strong,.rds-gcart-kv.earned span:last-child{color:#ffe6b5}
.rds-gcart-checkout-note{margin-top:10px;color:rgba(255,255,255,.70);font-size:11.5px;line-height:1.45}
.rds-gcart-checkout-note strong{color:#ffe6b5}
@media (max-width:640px){
  #rds-gcart-panel{width:100vw !important;height:100dvh !important;max-height:100dvh !important;top:0;right:0;left:auto;overflow:hidden !important}
  #rds-gcart-panel .rds-gcart-head{padding:12px 12px;flex:0 0 auto}
  #rds-gcart-panel .rds-gcart-body{padding:10px 10px 8px;flex:1 1 auto;min-height:0;overflow-y:auto !important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
  .rds-gcart-foot{flex:0 0 auto;max-height:46dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:10px 10px max(10px,calc(env(safe-area-inset-bottom,0px) + 10px));box-shadow:0 -18px 35px rgba(0,0,0,.42)}
  .rds-gcart-kv{margin-top:4px;font-size:13px;line-height:1.25}
  .rds-gcart-kv strong{font-size:16px}
  .rds-gcart-checkout-note{margin-top:6px;font-size:10.5px;line-height:1.32}
  .rds-gcart-legal-links{margin-top:6px;gap:6px 10px;font-size:11px;line-height:1.25;display:flex;flex-wrap:wrap}
  .rds-gcart-actions{position:sticky;bottom:0;z-index:2;display:grid;grid-template-columns:1fr;gap:8px;margin-top:8px;padding-top:8px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.96) 18%,rgba(0,0,0,.96))}
  .rds-gcart-btn{height:42px;min-height:42px}
  #rds-gcart-pay{order:1}
  #rds-gcart-continue{order:2}
  .rds-gcart-trustbar{grid-template-columns:1fr;gap:6px;margin-bottom:8px}
  .rds-gcart-trustitem{padding:7px 9px;font-size:11px}
  .rds-gcart-section{margin-top:10px;padding:10px}
}
@media (max-width:420px){
.rds-gcart-trustbar{grid-template-columns:1fr}
.rds-gcart-upsell-card{grid-template-columns:42px 1fr}
.rds-gcart-upsell-add{grid-column:2;justify-self:start}
.rds-gcart-custgrid{grid-template-columns:1fr}
}
/* Stripe modal */
html.rds-stripe-open, body.rds-stripe-open{overflow:hidden !important}
#rds-stripe-modal{position:fixed;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;z-index:99999;padding:18px}
#rds-stripe-modal.on{display:flex}
/* In a flex column, the scrollable child MUST have min-height:0, otherwise it will overflow instead of scrolling. */
#rds-stripe-sheet{width:min(920px,96vw);height:92vh;max-height:92vh;min-height:420px;background:#0b0b0b;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 80px rgba(0,0,0,.55)}
#rds-stripe-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.10);color:#ffe6b5;background:#0b0b0b;position:sticky;top:0;z-index:2}
#rds-stripe-close{width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#ffe6b5;cursor:pointer}
#rds-stripe-close:hover{background:rgba(255,255,255,.06)}
#rds-stripe-mount{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;scrollbar-gutter:stable;position:relative;padding:14px 0 0}
#rds-stripe-mount iframe{display:block;width:100% !important;min-height:100% !important;border:0}
#rds-stripe-mount::-webkit-scrollbar{width:10px}
#rds-stripe-mount::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:999px}
#rds-gcart-busy{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:100000;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}
#rds-gcart-busy.on{display:flex}
#rds-gcart-busy .box{background:rgba(0,0,0,.85);border:1px solid rgba(255,255,255,.12);padding:14px 16px;border-radius:14px;color:#fff}
#rds-gcart-busy .rds-gcart-busy-text{color:#ffe6b5;font-weight:800}


/* Semaine 7 — accessibilité, confiance, légal */
.rds-skip-link{position:absolute;left:14px;top:-80px;z-index:100001;background:#ffe6b5;color:#000;border:2px solid #000;border-radius:999px;padding:10px 16px;font-weight:900;text-decoration:none;box-shadow:0 12px 28px rgba(0,0,0,.35);transition:top .18s ease}
.rds-skip-link:focus,.rds-skip-link:focus-visible{top:14px;outline:3px solid #fff;outline-offset:3px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid rgba(255,230,181,.95) !important;outline-offset:3px !important;box-shadow:0 0 0 5px rgba(255,230,181,.18) !important}
input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"]{border-color:#ffb4a8 !important;box-shadow:0 0 0 3px rgba(255,120,100,.18) !important}
.rds-form-error{color:#ffded8;font-size:13px;line-height:1.45;margin-top:6px}
.rds-gcart-legal-links{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 12px;font-size:11.5px;line-height:1.45;color:rgba(255,255,255,.68)}
.rds-gcart-legal-links a{color:#ffe6b5;text-decoration:underline;text-underline-offset:3px}
.rds-gcart-panel-title{margin:0;font:inherit;color:inherit}
.rds-gcart-fieldset{border:0;margin:0;padding:0}
.rds-gcart-fieldset legend{display:block;color:rgba(255,255,255,.75);font-size:12px;margin:8px 0 6px}
.footer .rds-footer-trust{margin-top:18px;padding:14px;border:1px solid rgba(255,230,181,.22);border-radius:16px;background:rgba(255,230,181,.06);color:rgba(255,255,255,.82);line-height:1.65}
.footer .rds-footer-trust strong{display:block;color:#ffe6b5;margin-bottom:6px}
.footer .rds-footer-trust a{color:#ffe6b5;text-decoration:underline;text-underline-offset:3px}


/* Semaine 9 — consentement cookies / tracking */
#rds-cookie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:100002;display:flex;justify-content:center;pointer-events:none}
.rds-cookie-consent__inner{pointer-events:auto;max-width:980px;width:100%;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:#2b2321;color:#fff;border:1px solid rgba(230,200,143,.45);border-radius:20px;padding:16px 18px;box-shadow:0 22px 60px rgba(0,0,0,.35)}
.rds-cookie-consent__inner strong{color:#e6c88f;font-size:15px}.rds-cookie-consent__inner p{margin:5px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.5}
.rds-cookie-consent__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.rds-cookie-consent__actions button,.rds-cookie-consent__actions a{border-radius:999px;border:1px solid rgba(230,200,143,.55);padding:10px 14px;color:#ffe6b5;background:transparent;text-decoration:none;font-weight:800;font-size:13px}.rds-cookie-consent__actions button.primary{background:#e6c88f;color:#1b1412;border-color:#e6c88f}
@media (max-width:720px){.rds-cookie-consent__inner{grid-template-columns:1fr}.rds-cookie-consent__actions{justify-content:flex-start}}

/* Breadcrumbs */
.rds-breadcrumbs{padding:22px 0 0;background:#000;margin-top:0;border-top:0}
.rds-breadcrumbs .container{display:block;background:#000}
.rds-breadcrumbs__nav{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:rgba(255,255,255,.72);font-size:14px;line-height:1.6}
.rds-breadcrumbs__nav a{color:#ffe6b5;text-decoration:none}
.rds-breadcrumbs__nav a:hover{text-decoration:underline}
.rds-breadcrumbs__sep{opacity:.5}

/* Lock page scroll when global cart is open (avoid double scrollbars) */
html.rds-cart-open, html.rds-cart-open body{overflow:hidden !important}

/* Clickable product links inside global cart */
.rds-gcart-product-link,
.rds-gcart-product-title-link{
  color: inherit;
  text-decoration: none;
}
.rds-gcart-product-title-link:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rds-gcart-product-link{
  display: block;
  width: 100%;
  height: 100%;
}
.rds-gcart-product-link img{
  transition: transform .18s ease;
}
.rds-gcart-product-link:hover img{
  transform: scale(1.035);
}
/* RDS cart compact accordions: gift card + loyalty */
.rds-gcart-kv[hidden],
.rds-gcart-row[hidden],
.rds-gcart-section[hidden],
.rds-gcart-giftmeta[hidden]{display:none !important}

.rds-gcart-accordion{padding:0;overflow:hidden}
.rds-gcart-accordion summary{
  list-style:none;
  cursor:pointer;
  min-height:44px;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#fff;
  font-weight:800;
  user-select:none;
}
.rds-gcart-accordion summary::-webkit-details-marker{display:none}
.rds-gcart-accordion summary::after{
  content:"⌄";
  flex:0 0 auto;
  width:26px;
  height:26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,230,181,.22);
  color:#ffe6b5;
  background:rgba(255,230,181,.06);
  transition:transform .16s ease,background .16s ease;
}
.rds-gcart-accordion[open] summary::after{transform:rotate(180deg);background:rgba(255,230,181,.10)}
.rds-gcart-accordion summary small{
  margin-left:auto;
  color:rgba(255,230,181,.78);
  font-size:11.5px;
  font-weight:700;
  line-height:1.2;
  text-align:right;
}
.rds-gcart-accordion__content{
  padding:0 12px 12px;
  border-top:1px solid rgba(255,255,255,.08);
}
.rds-gcart-accordion__content .rds-gcart-label:first-child{margin-top:10px}
@media (max-width:640px){
  .rds-gcart-accordion summary{min-height:40px;padding:10px}
  .rds-gcart-accordion__content{padding:0 10px 10px}
  .rds-gcart-accordion summary small{font-size:10.5px;max-width:130px}
}

/* RDS cart checkout steps: compact delivery + customer blocks */
.rds-gcart-checkout-step summary span{font-family:var(--rds-font-title, Georgia, serif);font-size:20px;font-weight:500;letter-spacing:-.02em;color:#ffe6b5}
.rds-gcart-checkout-step summary small.is-complete{color:#fff;opacity:.92}
.rds-gcart-checkout-step .rds-gcart-accordion__content{padding-top:10px}
#rds-gcart-shipping-summary,#rds-gcart-customer-summary{white-space:normal}
@media (max-width:640px){
  .rds-gcart-checkout-step summary span{font-size:18px}
  .rds-gcart-checkout-step summary small{max-width:190px}
}
@media (max-width:420px){
  .rds-gcart-checkout-step summary{align-items:flex-start}
  .rds-gcart-checkout-step summary small{max-width:165px;text-align:right}
}

/* RDS account prompt: appears once per session when an anonymous client opens a non-empty cart */
.rds-account-prompt{
  position:fixed;
  inset:0;
  z-index:100004;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
}
.rds-account-prompt.on{display:flex}
.rds-account-prompt__card{
  position:relative;
  width:min(460px,100%);
  max-height:calc(100vh - 36px);
  overflow:auto;
  border:1px solid rgba(255,230,181,.24);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(17,13,11,.98),rgba(0,0,0,.98));
  box-shadow:0 26px 80px rgba(0,0,0,.55);
  color:#fff;
  padding:24px;
}
.rds-account-prompt__close{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,230,181,.22);
  background:rgba(255,255,255,.03);
  color:#ffe6b5;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.rds-account-prompt__eyebrow{
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,230,181,.20);
  background:rgba(255,230,181,.08);
  color:#ffe6b5;
  font-size:12px;
  font-weight:800;
}
.rds-account-prompt h3{
  margin:0 42px 8px 0;
  font-family:var(--rds-font-title, Georgia, serif);
  color:#ffe6b5;
  font-size:30px;
  font-weight:500;
  line-height:1.05;
}
.rds-account-prompt p{
  margin:0 0 14px;
  color:rgba(255,255,255,.88);
  line-height:1.45;
}
.rds-account-prompt ul{
  margin:0 0 18px;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}
.rds-account-prompt li{
  position:relative;
  padding-left:24px;
  color:rgba(255,255,255,.92);
  line-height:1.35;
}
.rds-account-prompt li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#ffe6b5;
  font-weight:900;
}
.rds-account-prompt__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:6px;
}
.rds-account-prompt__btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:12px 14px;
  font-weight:900;
  text-decoration:none;
  text-align:center;
}
.rds-account-prompt__btn.primary{background:#ffe6b5;color:#090706}
.rds-account-prompt__btn.secondary{border:1px solid rgba(255,230,181,.25);color:#fff;background:rgba(255,255,255,.03)}
.rds-account-prompt__skip{
  display:block;
  margin:12px auto 0;
  border:0;
  background:transparent;
  color:rgba(255,230,181,.84);
  text-decoration:underline;
  font-weight:800;
  cursor:pointer;
}
@media (max-width:640px){
  .rds-account-prompt{align-items:flex-end;padding:10px}
  .rds-account-prompt__card{border-radius:22px;padding:20px 18px 18px;max-height:calc(100vh - 20px)}
  .rds-account-prompt h3{font-size:25px}
  .rds-account-prompt__actions{grid-template-columns:1fr}
  .rds-account-prompt__btn{min-height:46px}
}
