/* Home page styles */

/* Hero logo - make it appropriately sized */
.hero-section .hero-logo {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-height: 120px;
    max-width: 300px;
}

/* Hero flower icon - make it a reasonable size (fallback) */
.hero-section .bi-flower1.hero-icon {
    font-size: 3rem !important;
}

/* Calendar icon in card title - make it normal size */
.hero-section .card-title .bi-calendar-event {
    font-size: 1.25rem !important;
}

/* Age verification modal button icons - normal size */
.age-verification-modal .btn .bi {
    font-size: 1rem !important;
}

/* Ensure these specific icons don't inherit weird sizing */
.bi-flower1,
.bi-calendar-event,
.bi-check-circle,
.bi-x-circle {
    width: auto !important;
    height: auto !important;
}