/* RTA Studio 1.4 : selectors intentionally isolated from the historical RTA plugin. */
.rta-studio-overlay[hidden]{display:none!important}
.rta-studio-overlay{position:fixed;inset:0;z-index:2147482000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;background:rgba(37,29,24,var(--rta-s-opacity,.58));opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s;box-sizing:border-box}
.rta-studio-overlay.is-open{opacity:1;visibility:visible}
.rta-studio-overlay,.rta-studio-overlay *,.rta-studio-overlay *:before,.rta-studio-overlay *:after{box-sizing:border-box}
.rta-studio-dialog{position:relative;width:100%;max-width:var(--rta-s-width,680px);max-height:calc(100dvh - 48px);overflow-y:auto;border-radius:17px;border:1px solid #eee4d7;color:var(--rta-s-brown);background:linear-gradient(140deg,#fff 5%,var(--rta-s-cream) 100%);box-shadow:0 22px 72px #1c130f48;padding:32px 36px 30px;font-size:15px;line-height:1.55;text-align:left;font-family:inherit;transform:translateY(16px) scale(.985);opacity:0;transition:transform .23s,opacity .23s;overscroll-behavior:contain}
.rta-studio-overlay.is-open .rta-studio-dialog{opacity:1;transform:none}
.rta-studio-close{position:absolute;right:13px;top:13px;z-index:4;display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;background:#fff;color:#322822;border:1px solid #e9dfd4;border-radius:50%;cursor:pointer;box-shadow:0 3px 12px #30220d10}
.rta-studio-close:hover{background:#fff0e5}
.rta-studio-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.rta-studio-top{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,205px);gap:22px;align-items:center;min-height:0;margin-bottom:18px}
.rta-studio-copy{position:relative;z-index:2;min-width:0}
.rta-studio-kicker{display:inline-block;margin:0 0 12px!important;padding:5px 13px;background:var(--rta-s-kicker-bg,#ffe9d9);border-radius:99px;color:var(--rta-s-kicker-color,#a34b17);font-weight:700;font-size:11px!important;letter-spacing:.045em;line-height:1.5!important}
.rta-studio-title{font-family:Georgia,'Times New Roman',serif!important;color:var(--rta-s-title-color,#3b2b2b)!important;font-weight:600!important;font-size:clamp(26px,3vw,35px)!important;line-height:1.17!important;letter-spacing:-.025em;margin:0 0 13px!important}
.rta-studio-date{display:flex;align-items:center;gap:8px;font-size:14px!important;line-height:1.4!important;font-weight:700;margin:0 0 15px!important;color:var(--rta-s-date-color,#3b2b2b)}
.rta-studio-date svg{width:19px;height:19px;flex:none;fill:none;stroke:var(--rta-s-orange);stroke-width:1.9;stroke-linecap:round}
.rta-studio-intro{margin:0!important;line-height:1.55!important;font-size:14px!important;color:var(--rta-s-text-color,#544842)!important;white-space:normal}
.rta-studio-photo{height:190px;align-self:stretch;margin:-32px -36px -2px -18px;overflow:hidden;border-radius:0 16px 0 50px;background:#f1ebe3}
.rta-studio-photo img{width:100%;height:100%;display:block;object-fit:cover}
.rta-studio-highlight{position:relative;z-index:2;grid-column:2;justify-self:center;align-self:end;display:flex;align-items:center;justify-content:center;flex-direction:column;min-width:120px;min-height:120px;max-width:175px;padding:18px;text-align:center;border-radius:50%;background:var(--rta-s-highlight-bg,#ffe0c7);border:3px solid #fff;color:var(--rta-s-highlight-color,#754027);box-shadow:0 4px 16px #2b170f0d;margin-top:-65px}
.rta-studio-highlight strong{font-family:Georgia,serif;font-size:clamp(25px,3vw,42px);line-height:1.1;font-weight:600}
.rta-studio-highlight span{font-size:12px;line-height:1.28;margin-top:3px}
.rta-studio-top:not(:has(.rta-studio-photo)):not(:has(.rta-studio-highlight)){grid-template-columns:minmax(0,1fr);min-height:0}
.rta-studio-top:not(:has(.rta-studio-photo)) .rta-studio-highlight{grid-column:2;grid-row:1;align-self:center;margin:0}
.rta-studio-top:not(:has(.rta-studio-photo)):has(.rta-studio-highlight){grid-template-columns:minmax(0,1fr) auto;min-height:0}
.rta-studio-conditions{background:var(--rta-s-conditions-bg,#f7f7ef);padding:17px 20px 16px;border-radius:13px;margin:16px 0 18px}
.rta-studio-conditions h3{font-family:Georgia,'Times New Roman',serif!important;font-weight:600!important;font-size:19px!important;line-height:1.35!important;color:var(--rta-s-conditions-title-color,#3b2b2b)!important;margin:0 0 13px!important}
.rta-studio-conditions ol{counter-reset:rta-list;list-style:none!important;padding:0!important;margin:0!important;display:grid;gap:11px}
.rta-studio-conditions li{position:relative;counter-increment:rta-list;display:flex;align-items:flex-start;gap:12px;font-size:13px!important;line-height:1.45!important;color:var(--rta-s-conditions-text-color,#4a4740)!important;padding:0!important;margin:0!important}
.rta-studio-conditions li:before{content:counter(rta-list);flex:0 0 28px;width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--rta-s-number-bg,#657854);color:var(--rta-s-number-color,#fff);font-weight:700;font-size:12px}
.rta-studio-actions{display:flex;align-items:stretch;gap:11px;margin-top:16px}
.rta-studio-button{min-width:0;flex:1 1 0;min-height:49px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 12px!important;border-radius:11px;border:1px solid transparent;font-size:14px!important;font-weight:700!important;line-height:1.3!important;text-align:center;text-decoration:none!important;transition:filter .18s,transform .18s;box-shadow:0 3px 10px #2a20120f}
.rta-studio-button:hover{transform:translateY(-1px);filter:brightness(.95)}
.rta-studio-button-1{background:var(--rta-s-orange)!important;color:var(--rta-s-button1-text-color,#3b2b2b)!important}
.rta-studio-button-2{background:var(--rta-s-green)!important;color:var(--rta-s-button2-text-color,#ffffff)!important}
.rta-studio-button svg{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round;stroke-linecap:round}
.rta-studio-button:focus-visible,.rta-studio-close:focus-visible{outline:3px solid #e77827;outline-offset:3px}
.rta-studio-footer{margin:15px 0 0!important;text-align:center;color:var(--rta-s-footer-color,#75655b)!important;font-size:12px!important;line-height:1.5!important}
.rta-studio-theme-closure .rta-studio-top,.rta-studio-theme-info .rta-studio-top,.rta-studio-theme-gift .rta-studio-top{min-height:0}
.rta-studio-theme-closure,.rta-studio-theme-info,.rta-studio-theme-gift{border-top:5px solid var(--rta-s-orange)}
.rta-studio-theme-gift{border-top-color:var(--rta-s-green)}
body.rta-studio-lock{overflow:hidden!important}
@media(max-width:650px){
 .rta-studio-overlay{padding:12px;align-items:center}
 .rta-studio-dialog{width:100%;max-width:410px;max-height:calc(100dvh - 24px);padding:23px 18px 19px;border-radius:16px}
 .rta-studio-close{right:9px;top:9px;width:36px;height:36px}
 .rta-studio-top{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-height:0;margin-bottom:10px}
 .rta-studio-copy{padding-right:16px}
 .rta-studio-kicker{font-size:10px!important;margin-bottom:9px!important}
 .rta-studio-title{font-size:27px!important;line-height:1.18!important;margin-bottom:11px!important}
 .rta-studio-date{font-size:12px!important;margin-bottom:10px!important}
 .rta-studio-intro{font-size:12.5px!important;line-height:1.5!important}
 .rta-studio-photo{height:116px;margin:0 -18px;align-self:stretch;border-radius:0}
 .rta-studio-highlight{align-self:center;position:relative;margin:-52px 0 0!important;min-width:94px;min-height:94px;max-width:125px;padding:12px;flex:none}
 .rta-studio-highlight strong{font-size:30px}
 .rta-studio-highlight span{font-size:11px}
 .rta-studio-top:not(:has(.rta-studio-photo)) .rta-studio-highlight{align-self:center;margin:0!important}
 .rta-studio-conditions{padding:13px 12px;margin:11px 0 13px}
 .rta-studio-conditions h3{font-size:16px!important;margin-bottom:9px!important}
 .rta-studio-conditions ol{gap:8px}
 .rta-studio-conditions li{font-size:11.5px!important;gap:9px;line-height:1.4!important}
 .rta-studio-conditions li:before{width:24px;height:24px;flex-basis:24px;font-size:11px}
 .rta-studio-actions{flex-direction:column;gap:7px;margin-top:12px}
 .rta-studio-button{min-height:43px;flex:none;font-size:12.5px!important;padding:8px 11px!important}
 .rta-studio-footer{font-size:11px!important;margin-top:12px!important}
}
@media(max-height:690px) and (max-width:650px){.rta-studio-overlay{align-items:flex-start}.rta-studio-dialog{margin:auto 0}}
@media(prefers-reduced-motion:reduce){.rta-studio-overlay,.rta-studio-dialog,.rta-studio-button{transition:none!important}}
