/* minimal */ .card-title{font-weight:600}.price{font-size:1.1rem}.rate-pill{font-size:.9rem}
/* Cookie Consent */
#cookie-consent-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 4px solid #0d6efd;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    padding: 20px;
    display: none; /* Hidden by default, JS shows it */
}
.cookie-buttons .btn { margin-right: 10px; margin-bottom: 5px; }