.loc-selector-71dc0d5b {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
@media (min-width: 768px) {
    .loc-selector-71dc0d5b {
        flex-direction: row;
    }
}
.loc-selector-71dc0d5b .loc-card {
    flex: 1;
    min-width: 0;
    padding: 50px 30px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.loc-selector-71dc0d5b .loc-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.loc-selector-71dc0d5b .loc-card-md {
    background-color: #004b8d;
}
.loc-selector-71dc0d5b .loc-card-nc {
    background-color: #0066cc;
}
.loc-selector-71dc0d5b .loc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.loc-selector-71dc0d5b .loc-card-title {
    color: #fff;
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.loc-selector-71dc0d5b .loc-card-desc {
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}