﻿/* Page-specific overrides for Product Categories image-first cards */
.mesm-categories .hbr-cards-three .hbr-card {
    display: block;
    min-height: 0;
}

.mesm-category-card {
    padding: clamp(18px, 1.8vw, 24px);
}

.mesm-image-slot {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1.5px dashed rgba(17, 86, 182, 0.35);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.55) 0%, rgba(219, 234, 254, 0.55) 100%);
    margin-bottom: 14px;
}

.mesm-category-card h3 {
    margin: 0 0 8px;
    font-size: clamp(1.18rem, 1.35vw, 1.45rem);
    line-height: 1.3;
}

.mesm-category-card p {
    margin: 0;
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    line-height: 1.65;
}

@media (max-width: 768px) {
    .mesm-category-card {
        padding: 16px;
    }

    .mesm-image-slot {
        margin-bottom: 12px;
    }
}
