.loc-container-6623e6ea {
    padding: 60px 40px;
    background-color: #003731;
    border-radius: 16px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.loc-header-6623e6ea {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.loc-title-6623e6ea {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    color: #FEFF99;
}

.loc-subtitle-6623e6ea {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.loc-cards-wrapper-6623e6ea {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.loc-card-6623e6ea {
    background-color: #5E9449;
    border-radius: 12px;
    border: 2px solid transparent;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(0);
}

.loc-card-6623e6ea:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.loc-card-6623e6ea.active {
    background-color: rgba(94, 148, 73, 0.15);
    border-color: #FEFF99;
}

.loc-card-header-6623e6ea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loc-card-title-6623e6ea {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #FEFF99;
    transition: transform 0.3s ease;
}

.loc-card-indicator-6623e6ea {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(254, 255, 153, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.loc-card-6623e6ea.active .loc-card-indicator-6623e6ea {
    background-color: #FEFF99;
    transform: scale(1.3);
    box-shadow: 0 0 10px #FEFF99;
}

.loc-card-body-6623e6ea {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: 0;
}

.loc-card-6623e6ea.active .loc-card-body-6623e6ea {
    max-height: 200px;
    opacity: 1;
    margin-top: 15px;
}

.loc-card-text-6623e6ea {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
}

@media (max-width: 768px) {
    .loc-container-6623e6ea {
        padding: 40px 20px;
    }
    .loc-title-6623e6ea {
        font-size: 2.2rem;
    }
}
