body {
    color: #1f2937;
}

.brand-logo {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}

.hero-section {
    min-height: 58vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/hero-vet-consultation.jpg");
    background-size: cover;
    background-position: center;
}

.gallery-image {
    height: 420px;
    object-fit: cover;
}

.subscribe-input {
    max-width: 420px;
}

.cookie-notice {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    max-width: 420px;
    padding: 1rem;
    z-index: 1080;
}

.cookie-notice.hidden {
    display: none;
}
