/* Rates review: one estimate on the left, one compact itinerary preview on the right. */
.page-estimate .summary-card.trip-preview{padding:24px!important;background:linear-gradient(160deg,#fff,#fbf7ef)!important}
.trip-preview-head{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:18px}
.trip-preview-kicker{margin:0 0 5px;color:#6b016e;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.trip-preview-head h2{margin:0;color:#19161b;font-size:clamp(24px,2vw,32px);line-height:1;letter-spacing:-.035em}
.trip-preview-code{padding:6px 9px;border:1px solid rgba(107,1,110,.18);border-radius:999px;color:#6b016e;font-size:12px;font-weight:800}
.trip-preview-days{display:grid;gap:0;margin:0 0 20px;padding:0;list-style:none;border-block:1px solid #e3dbe4}
.trip-preview-days li{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:52px;padding:8px 0;border-bottom:1px solid #ece5ec}
.trip-preview-days li:last-child{border-bottom:0}.trip-preview-days span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f2e9f2;color:#6b016e;font-size:12px;font-weight:850}
.trip-preview-days strong{color:#29242b;font-size:14px;line-height:1.25}.trip-preview-note{margin:0 0 18px;color:#625b65;font-size:13px;line-height:1.45}
.page-estimate .trip-preview .summary-continue{width:100%}
@media(max-width:900px){.page-estimate .summary-card.trip-preview{padding:20px!important}.trip-preview-days{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}.trip-preview-days li:nth-child(5){border-bottom:0}}
@media(max-width:520px){.trip-preview-days{grid-template-columns:1fr}.trip-preview-days li:nth-child(5){border-bottom:1px solid #ece5ec}}
