﻿.navareas-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navareas-image {
    max-width: 33%;
    height: auto;
    margin-bottom: 30px;
}

.title {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.card {
    border: 1px solid #007BFF;
    background-color: white;
    padding: 10px;
    width: 180px;
}

    .card h4 {
        margin-bottom: 10px;
    }

.switch-style {
    width: 20px;
    height: 20px;
    transform: scale(1.5);
}