/* SONA-OFFERS-CSS-V1.2 */
.offers-section{position:relative;overflow:hidden;color:#fff;background:linear-gradient(120deg,#4a1927 0%,#8f2947 48%,#b37742 100%)}
.offers-section:before{position:absolute;top:-150px;right:-80px;width:390px;height:390px;border-radius:50%;background:rgba(255,255,255,.07);content:""}
.offers-section .container{position:relative;width:min(1380px,calc(100% - 48px))}
.offers-section .section-heading{display:block}.offers-section .section-heading>div{max-width:950px}.offers-section .section-heading>p{max-width:760px;margin-top:12px;color:rgba(255,255,255,.8);font-size:1.08rem}.offers-section .eyebrow,.offers-section .section-heading h2{color:#fff}.offers-section .section-heading h2{font-size:clamp(2.35rem,4.5vw,4rem)}
.live-offer-grid{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:20px}
.live-offer-card{display:flex;width:100%;min-height:330px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:20px;color:#fff;background:rgba(45,19,26,.48);box-shadow:0 18px 45px rgba(28,10,15,.2)}
.live-offer-card.has-image{display:grid;grid-template-rows:220px 1fr}.live-offer-card:only-child.has-image{grid-template-columns:minmax(300px,.85fr) minmax(420px,1.15fr);grid-template-rows:minmax(360px,1fr)}
.live-offer-image{overflow:hidden;background:#6d3341}.live-offer-image img{display:block;width:100%;height:100%;object-fit:cover}
.live-offer-content{display:flex;flex-direction:column;align-items:flex-start;padding:30px}.live-offer-content h3{margin:11px 0 9px;font:500 clamp(1.8rem,3vw,2.8rem)/1.15 Georgia,serif}.live-offer-content p{max-width:760px;margin:0 0 14px;color:rgba(255,255,255,.84);font-size:1.06rem}.live-offer-content small{margin:auto 0 18px;color:rgba(255,255,255,.75)}.live-offer-content .button{margin-top:auto}.live-offer-badge{display:inline-block;padding:6px 11px;border-radius:99px;color:#3c2024;background:#f5d692;font-size:.78rem;font-weight:700}.offer-fallback{margin:0;background:rgba(45,19,26,.4)}
@media(max-width:900px){.offers-section .container{width:min(1160px,calc(100% - 36px))}.live-offer-card:only-child.has-image{grid-template-columns:1fr;grid-template-rows:260px 1fr}}
@media(max-width:580px){.offers-section .container{width:calc(100% - 26px)}.live-offer-card.has-image,.live-offer-card:only-child.has-image{grid-template-columns:1fr;grid-template-rows:230px 1fr}.live-offer-content{padding:23px}.offers-section .section-heading h2{font-size:2.5rem}}
