:root {
    --fujifilm-green: #e60012;
    --fujifilm-green: #00ab4e;
    --fujifilm-grey: #6c757d;
    --border-radius: 18px;
}

body {
    background-color: #f4f4f4;
    color: #222;
    font-family: 'Inter', sans-serif;
}

.lab-locator-section {
    padding: 0px 0 40px;
    background-color: #ffffff;
}

.reversal {
    padding: 70px 0 40px;
    background-color: #fff;
}

.reversal h2,
.reversal p {
    color: #111;
}

.display-6 {
    font-size: 2.5rem;
    line-height: 1.1;
}

.letter-spacing-wide {
    letter-spacing: 0.18em;
}

.opacity-75 {
    opacity: 0.85;
}

.lab-search-card {
    background: #ffffff;
    border-radius: var(--border-radius);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0,0,0,0.06);
}

.prof-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border: none;
}

.lab-card {
    border-top: 4px solid var(--fujifilm-green);
}

.badge-state {
    background: #f5f5f5;
    color: #444;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
}

.btn-fuji {
    background-color: var(--fujifilm-green);
    color: #fff;
    border: 1px solid var(--fujifilm-green);
    border-radius: 10px;
    transition: all 0.25s ease;
}

.btn-fuji:hover,
.btn-fuji:focus {
    background-color: #00ab4e;
    color: #fff;
    border-color: #00ab4e;
}

.btn-fuji-outline {
    background-color: transparent;
    color: var(--fujifilm-green);
    border: 1px solid var(--fujifilm-green);
    border-radius: 10px;
    transition: all 0.25s ease;
}

.btn-fuji-outline:hover,
.btn-fuji-outline:focus {
    background-color: var(--fujifilm-green);
    color: #fff;
}

.text-fuji {
    color: var(--fujifilm-green) !important;
}

.max-width-600 {
    max-width: 600px;
}

.border-dashed {
    border-style: dashed !important;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    min-height: 48px;
}

.input-group-text {
    background: #ffffff;
    border-right: 0;
    border-radius: 12px 0 0 12px;
}

.input-group .form-control {
    border-radius: 0 12px 12px 0;
}

.text-muted {
    color: #6c757d !important;
}

.prof-card p,
.prof-card .small {
    color: #5b5b5b;
}

@media (max-width: 991px) {
    .lab-search-card {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .display-6 {
        font-size: 2.2rem;
    }

    .lab-search-card {
        padding: 20px;
    }

    .lab-card {
        padding: 24px;
    }

    .lab-search-card .col-md-5,
    .lab-search-card .col-md-4,
    .lab-search-card .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lab-search-card .input-group-text {
        border-radius: 12px 12px 0 0;
    }

    .lab-search-card .form-control {
        border-radius: 0 0 12px 12px;
    }
}
