
/* Onam gradient */
.bg-onam { background: #fff; }

/* Header */
.pmaj-logo { height: 56px; width: auto; object-fit: contain; filter: drop-shadow(0 1px 1px rgba(0,0,0,.25)); }
.header-title small { opacity: .9; }

/* Hero & Ads */
.hero { background: url('/img/onam-banner.jpeg') left/contain no-repeat; border-radius: 12px; min-height: 300px; }
.ad-slide { max-height: 260px; object-fit: cover; }

/* Price badge */
.price-badge { background: #F8E2A3; border: 1px solid #E2C574; border-radius: 8px; padding: .5rem .75rem; display: inline-block; }

/* Sponsor cards */
.sponsor-card { background: #fff; border: 1px solid #e9e4d8; border-radius: 10px; padding: .75rem; display: flex; align-items: center; justify-content: center; height: 100%; box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.sponsor-card img { max-height: 90px; object-fit: contain; }
@media only screen and (max-device-width: 500px) {
    .hero{
        min-height: 111px;
    }
}