/* Booking guidance uses direct headings/paragraphs, not the .fx-info-block wrapper. */
.fx-rl-page .fx-route-evidence{padding:28px!important;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 8px 28px rgba(15,23,42,.045);margin:28px auto!important;overflow:hidden}
.fx-rl-page .fx-route-evidence>h2{margin:0 0 12px;color:#152238;font-size:clamp(23px,2.2vw,28px);line-height:1.25;font-weight:700;letter-spacing:-.5px}
.fx-rl-page .fx-route-evidence p{margin:0;color:#526174;font-size:14px;line-height:1.75;font-weight:400;overflow-wrap:anywhere}
.fx-rl-page .fx-route-evidence>p{max-width:960px;margin-bottom:22px}
.fx-rl-page .fx-route-evidence strong{color:#25354b;font-weight:700}
.fx-rl-page .fx-route-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.fx-rl-page .fx-route-evidence-grid>div{min-width:0;padding:22px;background:#f8fafc;border:1px solid #e5eaf1;border-top:3px solid #f07a43;border-radius:14px}
.fx-rl-page .fx-route-evidence-grid>div:nth-child(2){border-top-color:#53877f}
.fx-rl-page .fx-route-evidence-grid h3{margin:0 0 12px;color:#25354b;font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.2px}
.fx-rl-page .fx-route-evidence-grid p+p{margin-top:16px;padding-top:14px;border-top:1px solid #e2e8f0;font-size:13px;color:#64748b}
.fx-rl-page .fx-route-evidence a,.fx-rl-page .fx-route-evidence a:visited{color:#9e2340;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:600;overflow-wrap:anywhere}
.fx-rl-page .fx-route-evidence a:hover{color:#70182d;text-decoration-thickness:2px}
.fx-rl-page .fx-route-evidence a:focus-visible{outline:2px solid #f07a43;outline-offset:4px;border-radius:2px}
@media(max-width:767px){.fx-rl-page .fx-route-evidence{padding:20px 16px!important;border-radius:16px;margin:20px auto!important}.fx-rl-page .fx-route-evidence>p{margin-bottom:18px}.fx-rl-page .fx-route-evidence-grid{grid-template-columns:minmax(0,1fr);gap:14px}.fx-rl-page .fx-route-evidence-grid>div{padding:18px 16px}.fx-rl-page .fx-route-evidence-grid h3{font-size:17px}.fx-rl-page .fx-route-evidence p{font-size:13px;line-height:1.7}}

/* Route results introduction. Included in the HTML for a stable first paint. */
.fx-rl-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 20px;padding:26px 28px;background:linear-gradient(110deg,#fff 55%,#fff7f2);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 8px 28px rgba(15,23,42,.045);position:relative;overflow:hidden}
.fx-rl-section-head:before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:4px;border-radius:0 4px 4px 0;background:#f56a27}
.fx-route-head-main{flex:1;min-width:0}
.fx-route-head-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}
.fx-route-head-tag{color:#9d431e;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}
.fx-route-head-codes{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:7px;background:#fff;border:1px solid #e5e7eb;color:#334155;font-size:12px;font-weight:700}
.fx-route-head-codes span{color:#94a3b8}
.fx-rl-section-head h2{margin:0 0 8px!important;color:#152238!important;font-size:clamp(23px,2.2vw,30px)!important;font-weight:750!important;letter-spacing:-.7px;line-height:1.2;overflow-wrap:anywhere}
.fx-route-head-sub{margin:0!important;color:#526174!important;font-size:14px!important;line-height:1.65;font-weight:400;max-width:660px}
.fx-route-head-details{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:15px;color:#526174;font-size:12px}
.fx-route-head-details time{font-weight:700;color:#25354b}
.fx-route-head-details .fx-rl-rate-note{font-size:12px;font-weight:400}
.fx-route-result-summary{flex:0 1 255px;padding:18px 0 18px 24px;border-left:1px solid #e6dfda;min-width:0}
.fx-route-result-summary .fx-rl-live-note{color:#25354b;font-size:18px;line-height:1.4;font-weight:700}
.fx-route-result-summary #fxRouteObservation{margin:7px 0 0!important;color:#64748b;font-size:12px!important;line-height:1.6;font-weight:400}
.fx-route-result-summary .fx-rl-live-note.loading{font-size:14px;color:#475569}
.fx-route-result-summary .fx-rl-live-note.loading:before{content:"";display:inline-block;width:10px;height:10px;border:2px solid #e1e5eb;border-top-color:#ed6b2e;border-radius:50%;background:transparent;animation:fxRouteLoading .8s linear infinite;margin-right:8px;vertical-align:0}
#fxRouteRetry{margin-top:10px;padding:8px 14px;min-height:40px;border:1px solid #d3dae3;border-radius:8px;background:#fff;color:#25354b;font:600 13px Arial,sans-serif;cursor:pointer}
#fxRouteRetry[hidden]{display:none}
#fxRouteRetry:focus-visible{outline:3px solid #f56a27;outline-offset:3px}
@keyframes fxRouteLoading{to{transform:rotate(360deg)}}
@media(max-width:767px){.fx-rl-section-head{align-items:stretch;flex-direction:column;padding:20px;gap:17px;border-radius:16px}.fx-rl-section-head:before{top:20px;bottom:20px}.fx-route-head-sub{font-size:13px!important}.fx-route-result-summary{flex:auto;border-left:0;border-top:1px solid #e6dfda;padding:14px 0 0}.fx-route-result-summary .fx-rl-live-note{font-size:16px}.fx-route-result-summary #fxRouteObservation{margin-top:4px!important}.fx-route-head-details{margin-top:12px}}
@media(prefers-reduced-motion:reduce){.fx-route-result-summary .fx-rl-live-note.loading:before{animation:none}}

/* 2. MakeMyTrip / Cleartrip Promotional Flight Offer Poster */
.fx-rl-offer-banner{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) auto;align-items:center;gap:24px;min-height:148px;margin:0 0 16px;padding:24px 30px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:radial-gradient(circle at 75% 15%,rgba(255,122,47,.25),transparent 38%),linear-gradient(112deg,#5b0319 0%,#9e062d 42%,#e0531c 100%);color:#fff;box-shadow:0 18px 42px rgba(91,3,25,.28),inset 0 1px 0 rgba(255,255,255,.18);overflow:hidden}
.fx-rl-offer-banner:before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#ffbd59 0%,#fb7185 48%,#38bdf8 100%);box-shadow:3px 0 18px rgba(255,189,89,.4)}
.fx-rl-offer-banner:after{content:"";position:absolute;z-index:0;top:-130%;left:-12%;width:43%;height:330%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);transform:rotate(18deg);pointer-events:none}

.fx-rlob-bg-human{position:absolute;right:0;top:0;bottom:0;width:50%;background-size:cover;background-position:center right;opacity:.84;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.85) 60%,rgba(0,0,0,1) 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.85) 60%,rgba(0,0,0,1) 100%);pointer-events:none}
.fx-rlob-art{position:absolute;z-index:0;inset:0;width:100%;height:100%;pointer-events:none}
.fx-rlob-copy{min-width:0;max-width:690px;position:relative;z-index:2}
.fx-rlob-badge-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}
.fx-rlob-code{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border:1px dashed rgba(255,255,255,.45);border-radius:9px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:950;letter-spacing:1px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.fx-rlob-code i{color:#ffbd59}
.fx-rlob-code em{font-style:normal;letter-spacing:.8px}
.fx-rlob-copyhint{padding-left:8px;border-left:1px solid rgba(255,255,255,.24);color:#6ee7b7;font-size:8.5px;font-style:normal;letter-spacing:.8px}
.fx-rlob-verified{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:rgba(16,185,129,.22);border:1px solid rgba(16,185,129,.42);color:#6ee7b7;font-size:10px;font-weight:850}
.fx-rlob-verified i{color:#34d399}
.fx-rlob-kicker{display:block;margin-bottom:3px;color:#ffd6b8;font-size:9px;font-weight:900;letter-spacing:1.5px}
.fx-rlob-copy strong{display:block;color:#fff!important;font-size:27px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-.6px!important;text-shadow:0 4px 18px rgba(0,0,0,.35)}
.fx-rlob-copy strong b{color:#ffbd59!important;font-weight:950}
.fx-rlob-copy p{max-width:610px;margin:5px 0 0!important;color:rgba(255,255,255,.88)!important;font-size:12px!important;line-height:1.45!important;font-weight:600!important}
.fx-rlob-perks{display:flex;align-items:center;gap:12px;margin-top:9px;flex-wrap:wrap}
.fx-rlob-perk{display:inline-flex;align-items:center;gap:5px;color:#d1fae5;font-size:11px;font-weight:750}
.fx-rlob-perk i{color:#34d399}
.fx-rlob-actions{position:relative;z-index:3;display:flex;align-items:center;gap:9px}
@media(min-width:769px){.fx-rlob-actions{align-self:end;margin-bottom:8px}}
.fx-rlob-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:12px;text-decoration:none!important;font-size:11.5px;font-weight:950;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease;background:#ffffff!important;color:#a3062d!important;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.fx-rlob-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.32)}
.fx-rlob-route{display:none!important}
.fx-rl-pay-rewards{position:relative;isolation:isolate;margin:0 0 20px;border-radius:22px;background:linear-gradient(120deg,#071324 0%,#0d274c 44%,#143e74 100%);box-shadow:0 18px 42px rgba(15,23,42,.22);overflow:hidden;border:1px solid rgba(255,255,255,.16)}
.fx-rl-pay-viewport{position:relative;height:216px;overflow:hidden}
.fx-rl-pay-slide{position:absolute;inset:0;display:none;grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:28px;padding:24px 68px 24px 38px;color:#fff;overflow:hidden}
.fx-rl-pay-slide.is-active{display:grid;z-index:2;animation:fxRlPayIn .55s cubic-bezier(.22,1,.36,1) both}

/* Human Travel Photo Layer (Cleartrip / MakeMyTrip reality) */
.fx-rl-pay-bg-human{position:absolute;inset:0;background-image:none;background-size:cover;background-position:center right;opacity:.80;mix-blend-mode:normal;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.15) 15%,rgba(0,0,0,.7) 48%,rgba(0,0,0,1) 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.15) 15%,rgba(0,0,0,.7) 48%,rgba(0,0,0,1) 100%);pointer-events:none}

/* Copy & Offer Details */
.fx-rl-pay-copy{position:relative;z-index:3;min-width:0}
.fx-rl-pay-badge-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}
.fx-rl-pay-kicker{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:rgba(251,191,36,.22);border:1px solid rgba(251,191,36,.45);color:#fbbf24;font-size:10px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}
.fx-rl-pay-kicker i{color:#f59e0b}
.fx-rl-pay-verified{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:rgba(16,185,129,.18);border:1px solid rgba(16,185,129,.38);color:#6ee7b7;font-size:10px;font-weight:800}
.fx-rl-pay-verified i{color:#34d399}

.fx-rl-pay-amount{margin:0 0 5px!important;color:#ffffff!important;font-size:26px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.4px}
.fx-rl-pay-amount b{color:#fbbf24!important;font-weight:950;font-size:29px}
.fx-rl-pay-sub{margin:0 0 8px!important;color:#e2e8f0!important;font-size:13px!important;line-height:1.4!important;font-weight:600;max-width:560px}

.fx-rl-pay-perks{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.fx-rl-pay-stack{display:inline-flex;align-items:center;gap:5px;color:#6ee7b7;font-size:11px;font-weight:800}
.fx-rl-pay-stack i{color:#34d399}
.fx-rl-pay-instant{display:inline-flex;align-items:center;gap:5px;color:#93c5fd;font-size:11px;font-weight:700}
.fx-rl-pay-instant i{color:#60a5fa}

.fx-rl-pay-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.fx-rl-pay-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:11px;background:linear-gradient(135deg,#ff7a2f,#e11d48);color:#ffffff!important;font-size:12px;font-weight:900;text-decoration:none!important;box-shadow:0 8px 18px rgba(225,29,72,.35);transition:transform .18s ease,box-shadow .18s ease}
.fx-rl-pay-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(225,29,72,.48)}
.fx-rl-pay-auto-applied{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);color:#ffffff;font-size:11px;font-weight:750;backdrop-filter:blur(6px)}
.fx-rl-pay-auto-applied i{color:#6ee7b7}

/* High-Visibility 3D Floating Bank Card Showcase */
.fx-rl-pay-card-showcase{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-self:end}
.fx-rl-card-perspective{position:relative;perspective:800px}
.fx-rl-card-halo{position:absolute;inset:-14px;border-radius:24px;background:radial-gradient(circle,rgba(56,189,248,.38),transparent 70%);filter:blur(14px);pointer-events:none}
.fx-rl-card-visual{width:200px;height:126px;border-radius:14px;background:#ffffff;box-shadow:0 20px 42px -6px rgba(0,0,0,.75),0 0 0 1.5px rgba(255,255,255,.28);transform:rotateY(-8deg) rotateX(4deg);transition:transform .3s ease;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:6px}
.fx-rl-pay-slide:hover .fx-rl-card-visual{transform:rotateY(0deg) rotateX(0deg) scale(1.05)}
.fx-rl-card-visual img.fx-card-img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}
.fx-card-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#0f172a);color:#ffffff;border-radius:10px}
.fx-card-initials b{font-size:24px;font-weight:900;letter-spacing:1px}

.fx-rl-card-info{margin-top:8px;text-align:center}
.fx-rl-card-brand{display:block;color:#ffffff;font-size:13.5px;font-weight:900;letter-spacing:-.2px;text-shadow:0 2px 6px rgba(0,0,0,.45)}
.fx-rl-card-type{display:block;color:#cbd5e1;font-size:10px;font-weight:750;letter-spacing:.3px;text-transform:uppercase}

/* Slider Controls & Bottom Reassurance Note */
.fx-rl-pay-arrow{position:absolute;z-index:6;top:84px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(10,25,47,.75);backdrop-filter:blur(8px);color:#fff;cursor:pointer;transition:.2s}
.fx-rl-pay-arrow:hover{background:rgba(255,255,255,.35);transform:scale(1.08)}
.fx-rl-pay-arrow.is-prev{left:14px}
.fx-rl-pay-arrow.is-next{right:14px}

.fx-rl-pay-dots{position:absolute;z-index:6;left:38px;bottom:52px;display:flex;align-items:center;gap:6px}
.fx-rl-pay-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer;transition:.3s}
.fx-rl-pay-dots button.is-active{width:24px;background:#fbbf24}

.fx-rl-pay-note{position:relative;z-index:5;display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 20px;background:#ffffff;color:#334155;border-top:1px solid #e2e8f0;font-size:11.5px;font-weight:600}
.fx-rl-pay-note strong{color:#065f46;font-weight:850}
.fx-rl-pay-note i{flex:0 0 auto;color:#10b981;font-size:14px}

/* Mobile Responsiveness for Banners */
@media(max-width:767px){
  .fx-rl-offer-banner{grid-template-columns:1fr;align-items:start;gap:12px;min-height:190px;padding:17px 15px 15px 19px;border-radius:18px}
  .fx-rl-offer-banner:after{left:-48%;width:90%}
  .fx-rlob-art{opacity:.78}
  .fx-rlob-hero-jet{display:none}
  .fx-rlob-copy{max-width:96%}
  .fx-rlob-code{padding:5px 8px;font-size:9.5px}
  .fx-rlob-kicker{font-size:7px;letter-spacing:1.3px}
  .fx-rlob-copy strong{max-width:310px;font-size:21px!important;line-height:1.1!important}
  .fx-rlob-copy p{font-size:10px!important;max-width:285px}
  .fx-rlob-actions{width:100%;align-self:end}
  .fx-rlob-cta{flex:1;min-height:42px;justify-content:center}
  
  .fx-rl-pay-viewport{height:250px}
  .fx-rl-pay-slide{grid-template-columns:1fr;gap:12px;padding:16px 20px 22px;text-align:left}
  .fx-rl-pay-amount{font-size:20px!important}
  .fx-rl-pay-amount b{font-size:22px!important}
  .fx-rl-pay-sub{font-size:11.5px!important;max-width:100%}
  .fx-rl-pay-perks{font-size:10px;gap:8px}
  .fx-rl-pay-card-showcase{display:none} /* Clean layout on small phone screens */
  .fx-rl-pay-dots{bottom:50px;left:20px}
  .fx-rl-pay-arrow{top:auto;bottom:45px;width:28px;height:28px}
  .fx-rl-pay-arrow.is-prev{right:54px;left:auto}
  .fx-rl-pay-arrow.is-next{right:16px}
  .fx-rl-pay-note{padding:8px 14px;font-size:10px}
}

/* Logos retain their full proportions; only actual card artwork uses a card layout. */
.fx-rl-pay-rewards .fx-rl-pay-viewport{display:grid;height:auto;min-height:240px}
.fx-rl-pay-rewards .fx-rl-pay-slide{position:relative;inset:auto;grid-area:1/1;display:grid;visibility:hidden;opacity:0;pointer-events:none;grid-template-columns:minmax(0,1fr) 230px;gap:30px;padding:28px 36px;background:linear-gradient(115deg,hsl(var(--fx-pay-hue) 35% 10%),hsl(var(--fx-pay-hue-end) 42% 23%));}
.fx-rl-pay-rewards .fx-rl-pay-slide.is-active{visibility:visible;opacity:1;pointer-events:auto}
.fx-rl-pay-brand-scene{position:absolute;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(ellipse at 90% 45%,hsl(var(--fx-pay-hue-end) 58% 62% / .32),transparent 58%)}
.fx-rl-pay-brand-scene span{position:absolute;width:330px;height:330px;right:-110px;top:-100px;border:1px solid hsl(var(--fx-pay-hue-end) 65% 82% / .24);border-radius:50%;box-shadow:0 0 0 45px hsl(var(--fx-pay-hue-end) 60% 75% / .035),0 0 0 90px hsl(var(--fx-pay-hue-end) 60% 75% / .035)}
.fx-rl-pay-brand-scene span+span{right:180px;top:160px;width:150px;height:150px;transform:rotate(-25deg);border-radius:26px}
.fx-rl-pay-rewards .fx-rl-card-visual{width:220px;height:140px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;transform:none;overflow:visible}
.fx-rl-pay-rewards .fx-rl-pay-slide:hover .fx-rl-card-visual{transform:none}
.fx-rl-pay-rewards .fx-rl-card-visual img.fx-card-img{width:100%;height:100%;object-fit:contain;object-position:center;border:0;border-radius:0;display:block}
.fx-rl-pay-rewards .is-card .fx-card-img{filter:drop-shadow(0 12px 15px rgba(0,0,0,.25))}
.fx-rl-pay-rewards .is-logo .fx-rl-card-perspective{padding:20px 14px;isolation:isolate}
.fx-rl-pay-rewards .is-logo .fx-rl-card-halo{inset:0;background:radial-gradient(ellipse,#fff 0%,hsl(var(--fx-pay-hue-end) 45% 92%) 53%,transparent 72%);filter:blur(8px);opacity:.96;z-index:-1}
.fx-rl-pay-rewards .is-logo .fx-rl-card-visual{width:190px;height:85px}
.fx-rl-pay-rewards .is-logo .fx-card-img{mix-blend-mode:multiply}
.fx-rl-pay-rewards .fx-rl-card-type{max-width:220px;line-height:1.5;margin-top:3px;font-size:10px;letter-spacing:.4px}
.fx-rl-pay-controls{display:flex;align-items:center;justify-content:center;gap:14px;padding:10px 18px;background:#101d30}
.fx-rl-pay-rewards .fx-rl-pay-controls .fx-rl-pay-arrow{position:static;flex:0 0 34px;width:34px;height:34px;transform:none}
.fx-rl-pay-rewards .fx-rl-pay-controls .fx-rl-pay-dots{position:static;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;order:0}
.fx-rl-pay-controls .is-prev{order:-1}.fx-rl-pay-controls .is-next{order:1}
.fx-rl-pay-controls button:focus-visible{outline:2px solid #ffbf69;outline-offset:4px}
@media(max-width:767px){
 .fx-rl-pay-rewards .fx-rl-pay-viewport{min-height:0}
 .fx-rl-pay-rewards .fx-rl-pay-slide{grid-template-columns:minmax(0,1fr);gap:18px;padding:22px 20px}
 .fx-rl-pay-rewards .fx-rl-pay-card-showcase{display:flex;flex-direction:row;justify-self:start;align-items:center;gap:14px}
 .fx-rl-pay-rewards .fx-rl-card-visual{width:105px;height:67px}
 .fx-rl-pay-rewards .is-logo .fx-rl-card-visual{width:105px;height:44px}
 .fx-rl-pay-rewards .is-logo .fx-rl-card-perspective{padding:12px 8px}
 .fx-rl-pay-rewards .fx-rl-card-info{text-align:left;margin:0}
 .fx-rl-pay-rewards .fx-rl-card-type{max-width:155px;font-size:9px}
 .fx-rl-pay-rewards .fx-rl-pay-sub{max-width:100%;overflow-wrap:anywhere}
 .fx-rl-pay-controls{padding:8px 14px}
}
@media(prefers-reduced-motion:reduce){.fx-rl-pay-rewards .fx-rl-pay-slide.is-active{animation:none}}

.fx-rl-pay-rewards .has-dark-logo .fx-rl-card-halo{display:none}
.fx-rl-pay-rewards .has-dark-logo .fx-card-img{mix-blend-mode:normal;filter:drop-shadow(0 5px 12px rgba(0,0,0,.2))}

/* Keep the complete photo inside the banner; never crop a traveller's head. */
.fx-rlob-bg-human,.fx-search-flyx20-bg-human{background-size:contain!important;background-position:right top!important;background-repeat:no-repeat!important}

/* Individual travel photographs, composed with the original product artwork. */
.fx-rl-pay-rewards .fx-rl-pay-slide,.fx-pay-rewards-shell .fx-pay-reward-slide{grid-template-columns:minmax(0,1fr) 300px;gap:28px;min-height:280px}
.fx-rl-pay-brand-scene.has-photo,.fx-search-pay-brand-scene.has-photo{background:none}
.fx-pay-scene-photo{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;max-width:none;opacity:1}
.fx-rl-pay-brand-scene.has-photo:after,.fx-search-pay-brand-scene.has-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,32,.94),rgba(5,18,32,.83) 37%,rgba(5,18,32,.30) 62%,rgba(5,18,32,.08));pointer-events:none}
.fx-rl-pay-rewards .is-card .fx-rl-card-visual,.fx-pay-rewards-shell .is-card .fx-search-card-box{width:290px;height:184px;padding:0;background:none;box-shadow:none;border:0}
.fx-rl-pay-rewards .is-card .fx-card-img,.fx-pay-rewards-shell .is-card .fx-search-card-img{filter:drop-shadow(0 16px 14px rgba(0,0,0,.32))}
/* The official Flipkart PNG has white pixels outside its rounded card corners. */
.fx-rl-pay-rewards img[src*="flipkart-axis-official"],.fx-pay-rewards-shell img[src*="flipkart-axis-official"]{clip-path:inset(1px round 5.8%);border:0;background:transparent}
.fx-rl-pay-rewards .fx-rl-card-brand,.fx-pay-rewards-shell .fx-search-card-name{font-size:15px;text-shadow:0 2px 8px #071324}
.fx-rl-pay-rewards .fx-rl-card-type,.fx-pay-rewards-shell .fx-search-card-type{max-width:290px;color:#fff;text-shadow:0 2px 8px #071324}
@media(min-width:768px) and (max-width:1000px){.fx-rl-pay-rewards .fx-rl-pay-slide,.fx-pay-rewards-shell .fx-pay-reward-slide{grid-template-columns:minmax(0,1fr) 240px;padding:25px;gap:20px}.fx-rl-pay-rewards .is-card .fx-rl-card-visual,.fx-pay-rewards-shell .is-card .fx-search-card-box{width:235px;height:149px}}
@media(max-width:767px){
 .fx-rl-pay-rewards .fx-rl-pay-slide,.fx-pay-rewards-shell .fx-pay-reward-slide{grid-template-columns:minmax(0,1fr);padding:210px 20px 22px;gap:20px}
 .fx-rl-pay-brand-scene.has-photo,.fx-search-pay-brand-scene.has-photo{height:190px;bottom:auto}
 .fx-rl-pay-brand-scene.has-photo:after,.fx-search-pay-brand-scene.has-photo:after{background:linear-gradient(0deg,rgba(5,18,32,.55),transparent 45%)}
 .fx-rl-pay-rewards .is-card .fx-rl-card-visual,.fx-pay-rewards-shell .is-card .fx-search-card-box{width:158px;height:100px;flex-shrink:0}
 .fx-rl-pay-rewards .fx-rl-pay-card-showcase,.fx-pay-rewards-shell .fx-search-card-showcase{width:100%;gap:12px;min-width:0}
 .fx-rl-pay-rewards .fx-rl-card-info,.fx-pay-rewards-shell .fx-search-card-info{min-width:0}
 .fx-rl-pay-rewards .fx-rl-card-type,.fx-pay-rewards-shell .fx-search-card-type{font-size:9px;max-width:150px;overflow-wrap:anywhere}
 .fx-rl-pay-rewards .fx-rl-card-brand,.fx-pay-rewards-shell .fx-search-card-name{font-size:12px}
}

/* Search desktop is locked to the same composition used by route landing pages. */
.fx-pay-scene-picture{position:absolute;inset:0;display:block}
.fx-pay-scene-photo{width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 50%!important}
@media(min-width:768px){
 .fx-pay-rewards-shell .fx-pay-rewards-viewport{height:auto!important;min-height:280px!important}
 .fx-pay-rewards-shell .fx-pay-reward-slide{min-height:280px!important;padding:28px 36px!important;align-items:center!important}
 .fx-pay-rewards-shell .fx-search-pay-brand-scene{inset:0!important;height:auto!important}
 .fx-pay-rewards-shell .fx-search-card-showcase{align-self:center!important}
}
/* Compact 16:9 mobile creative: real offer copy and card remain visible without taking the full screen. */
@media(max-width:767px){
 .fx-rl-pay-rewards,.fx-pay-rewards-shell{border-radius:16px!important;margin-bottom:12px!important}
 .fx-rl-pay-rewards .fx-rl-pay-viewport,.fx-pay-rewards-shell .fx-pay-rewards-viewport{position:relative!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important}
 .fx-rl-pay-rewards .fx-rl-pay-slide,.fx-pay-rewards-shell .fx-pay-reward-slide{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;min-height:0!important;padding:13px 12px!important;background:linear-gradient(90deg,hsl(var(--fx-pay-hue) 42% 10% / .98),hsl(var(--fx-pay-hue-end) 42% 18% / .84))!important}
 .fx-rl-pay-rewards .fx-rl-pay-slide:not(.is-active),.fx-pay-rewards-shell .fx-pay-reward-slide:not(.is-active){position:absolute!important;inset:0!important;visibility:hidden!important;pointer-events:none!important}
 .fx-rl-pay-brand-scene.has-photo,.fx-search-pay-brand-scene.has-photo{inset:0!important;width:100%!important;height:100%!important;bottom:0!important}
 .fx-pay-scene-picture{inset:0!important}
 .fx-pay-scene-photo{object-position:center center!important}
 .fx-rl-pay-brand-scene.has-photo:after,.fx-search-pay-brand-scene.has-photo:after{background:linear-gradient(90deg,rgba(4,13,26,.96) 0%,rgba(4,13,26,.9) 41%,rgba(4,13,26,.54) 66%,rgba(4,13,26,.16) 100%)!important}
 .fx-rl-pay-copy,.fx-pay-reward-copy{position:relative!important;z-index:3!important;width:60%!important;max-width:60%!important}
 .fx-rl-pay-badge-row,.fx-search-badge-row{margin:0 0 5px!important}
 .fx-rl-pay-verified,.fx-search-verified-tag{display:none!important}
 .fx-rl-pay-kicker,.fx-pay-kicker{padding:3px 7px!important;font-size:7px!important;letter-spacing:.45px!important;white-space:nowrap!important}
 .fx-rl-pay-amount,.fx-pay-reward-copy h3{margin:0 0 3px!important;font-size:16px!important;line-height:1.08!important;letter-spacing:-.25px!important}
 .fx-rl-pay-amount b,.fx-pay-reward-copy h3 b{font-size:18px!important}
 .fx-rl-pay-sub,.fx-pay-reward-copy p{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;margin:0 0 5px!important;max-width:100%!important;font-size:8.5px!important;line-height:1.25!important}
 .fx-rl-pay-perks,.fx-search-pay-perks{display:block!important;margin:0 0 7px!important;white-space:nowrap!important}
 .fx-rl-pay-perks>*:nth-child(n+2),.fx-search-pay-perks>*:nth-child(n+2){display:none!important}
 .fx-rl-pay-stack,.fx-pay-stacks{font-size:7.5px!important}
 .fx-rl-pay-actions,.fx-pay-reward-actions{display:flex!important;margin:0!important;gap:0!important}
 .fx-rl-pay-btn,.fx-search-claim-btn{min-height:30px!important;padding:0 10px!important;border-radius:9px!important;font-size:8px!important;white-space:nowrap!important}
 .fx-rl-pay-auto-applied,.fx-pay-at-checkout{display:none!important}
 .fx-rl-pay-card-showcase,.fx-pay-rewards-shell .fx-search-card-showcase{position:absolute!important;z-index:4!important;right:10px!important;bottom:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;width:105px!important;gap:0!important}
 .fx-rl-pay-rewards .is-card .fx-rl-card-visual,.fx-pay-rewards-shell .is-card .fx-search-card-box{width:105px!important;height:67px!important}
 .fx-rl-pay-rewards .is-logo .fx-rl-card-visual,.fx-pay-rewards-shell .is-logo .fx-search-card-box{width:100px!important;height:45px!important}
 .fx-rl-pay-rewards .is-logo .fx-rl-card-perspective,.fx-pay-rewards-shell .is-logo .fx-search-card-stage{padding:5px!important}
 .fx-rl-card-info,.fx-search-card-info{display:none!important}
 .fx-rl-pay-controls,.fx-search-pay-controls{min-height:36px!important;padding:4px 10px!important;gap:10px!important}
 .fx-rl-pay-rewards .fx-rl-pay-controls .fx-rl-pay-arrow,.fx-pay-rewards-shell .fx-search-pay-controls .fx-pay-reward-arrow{flex-basis:28px!important;width:28px!important;height:28px!important}
 .fx-rl-pay-dots,.fx-pay-reward-dots{gap:5px!important}
 .fx-rl-pay-dots button,.fx-pay-reward-dots button{width:6px!important;height:6px!important}
 .fx-rl-pay-dots button.is-active,.fx-pay-reward-dots button.is-active{width:19px!important}
 .fx-rl-pay-note,.fx-pay-reward-note{min-height:38px!important;padding:6px 10px!important;font-size:8px!important;line-height:1.25!important}
 .fx-rl-offer-banner,.fx-search-flyx20-poster{position:relative!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;padding:13px 12px!important;border-radius:16px!important}
 .fx-rlob-bg-human,.fx-search-flyx20-bg-human{inset:0!important;width:100%!important;height:100%!important;background-image:linear-gradient(90deg,rgba(91,3,25,.98) 0%,rgba(91,3,25,.9) 43%,rgba(91,3,25,.42) 68%,rgba(91,3,25,.08) 100%),image-set(url('/images/payment-rewards/scenes/mobile/flyx20-small.webp') 1x,url('/images/payment-rewards/scenes/mobile/flyx20.webp') 2x)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;opacity:1!important;mask-image:none!important;-webkit-mask-image:none!important}
 .fx-rlob-art,.fx-search-flyx20-art{display:none!important}
 .fx-rlob-copy,.fx-search-flyx20-copy{position:relative!important;z-index:2!important;width:60%!important;max-width:60%!important}
 .fx-rlob-badge-row,.fx-search-flyx20-badge-row{margin:0 0 5px!important}
 .fx-rlob-verified,.fx-search-flyx20-badge-row .fx-search-verified-tag{display:none!important}
 .fx-rlob-code,.fx-search-flyx20-code{padding:3px 7px!important;font-size:8px!important}
 .fx-rlob-copyhint,.fx-search-flyx20-code em{font-size:6px!important;padding-left:5px!important}
 .fx-rlob-kicker,.fx-search-flyx20-kicker{display:none!important}
 .fx-rlob-copy strong,.fx-search-flyx20-copy strong{max-width:205px!important;font-size:17px!important;line-height:1.06!important;letter-spacing:-.3px!important}
 .fx-rlob-copy p,.fx-search-flyx20-copy p{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;margin:4px 0 0!important;max-width:205px!important;font-size:8px!important;line-height:1.25!important}
 .fx-rlob-perks,.fx-search-flyx20-perks{display:block!important;margin-top:6px!important;white-space:nowrap!important}
 .fx-rlob-perks>*:nth-child(n+2),.fx-search-flyx20-perks>*:nth-child(n+2){display:none!important}
 .fx-rlob-perk,.fx-search-fperk{font-size:7.5px!important}
 .fx-rlob-actions,.fx-search-flyx20-actions{position:absolute!important;z-index:4!important;right:10px!important;bottom:10px!important;display:flex!important;width:auto!important;gap:5px!important}
 .fx-rlob-cta,.fx-search-flyx20-view,.fx-search-coupon-toggle{flex:none!important;min-height:30px!important;padding:0 10px!important;border-radius:9px!important;font-size:8px!important}
}
@media(max-width:359px){
 .fx-rl-pay-copy,.fx-pay-reward-copy,.fx-rlob-copy,.fx-search-flyx20-copy{width:60%!important;max-width:60%!important}
 .fx-rl-pay-amount,.fx-pay-reward-copy h3{font-size:14px!important}
 .fx-rl-pay-amount b,.fx-pay-reward-copy h3 b{font-size:16px!important}
 .fx-rl-pay-card-showcase,.fx-pay-rewards-shell .fx-search-card-showcase{right:7px!important;width:94px!important}
 .fx-rl-pay-rewards .is-card .fx-rl-card-visual,.fx-pay-rewards-shell .is-card .fx-search-card-box{width:94px!important;height:60px!important}
 .fx-rlob-copy strong,.fx-search-flyx20-copy strong{font-size:15px!important}
}
