/* A single, balanced price-and-actions panel on each search-result card. */
body .compact-fare__body{grid-template-columns:minmax(0,1fr) 188px}
body .compact-fare__price{padding:18px 16px;background:#f5f9fb;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:14px;text-align:center;min-width:0;box-sizing:border-box}
body .compact-fare__price .fare-price-summary{display:flex;flex-direction:column;align-items:center;gap:3px;padding-bottom:13px;border-bottom:1px solid #dce7ed;min-width:0}
body .compact-fare__price .fare-price-summary>strong{margin:0;font-size:27px;font-weight:750;line-height:1.2;letter-spacing:-.6px;white-space:nowrap}
body .compact-fare__price .fare-price-summary>span{font-size:11px;line-height:1.4;color:#617287}
body .compact-fare__price .fare-actions{display:flex;flex-direction:column;gap:8px;min-width:0}
body .compact-fare__price .fare-actions>a{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%!important;min-width:0;min-height:56px;margin:0!important;padding:9px 12px;border:1px solid transparent;border-radius:8px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:normal;grid-area:auto;box-shadow:none;transition:background .15s,border-color .15s}
body .compact-fare__price .fare-actions>.btn-primary{background:#087f78;color:#fff;border-color:#087f78;font-size:14px}
body .compact-fare__price .fare-actions>.btn-primary:hover{background:#066b66;border-color:#066b66}
body .compact-fare__price .fare-actions>.fare-whatsapp-request{background:#fff;color:#176654;border-color:#b7d7cc}
body .compact-fare__price .fare-actions>.fare-whatsapp-request:hover{background:#edf7f2;border-color:#408b72}
body .compact-fare__price .fare-actions>a:focus-visible{outline:3px solid #2a77bc;outline-offset:3px}
@media(max-width:760px){
 body .compact-fare__body{grid-template-columns:minmax(0,1fr)}
 body .compact-fare__price{display:flex!important;grid-template:none;gap:12px;padding:14px!important;text-align:left!important;align-items:stretch}
 body .compact-fare__price .fare-price-summary{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding-bottom:11px}
 body .compact-fare__price .fare-price-summary>strong{font-size:26px}
 body .compact-fare__price .fare-price-summary>span{text-align:right}
 body .compact-fare__price .fare-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 body .compact-fare__price .fare-actions>a{grid-area:auto;min-width:0;min-height:56px;padding:8px 10px}
}
