﻿.ss-editor-zone {
    margin-top: 30px;
    line-height: 1.6;
}
/* --- WESTERN HERO SECTION --- */
.west-dance-hero {
    position: relative;
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    border-radius: 12px;
    border: 4px solid #8b5e3c;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    background: #000;
}

.west-dance-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(85%) contrast(105%);
}

/* --- TEXT OVERLAY --- */
.west-dance-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.8);
}

.west-dance-overlay h1 {
    font-family: "Georgia", serif;
    font-size: 2.4rem;
    margin: 0;
    letter-spacing: 2px;
}

.west-dance-overlay p {
    font-family: "Verdana", sans-serif;
    font-size: 1.1rem;
    margin-top: 8px;
}

/* --- CONTENT SECTION --- */
.west-dance-content {
    margin-top: 25px;
    padding: 20px;
    background: #f4e2d1;
    border: 1px solid #b08a60;
    border-radius: 10px;
}

.west-dance-content h2 {
    font-family: "Georgia", serif;
    color: #5a3e1a;
    margin-bottom: 10px;
}

.west-dance-content p {
    font-family: "Verdana", sans-serif;
    color: #6f4e37;
    line-height: 1.6;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .west-dance-overlay h1 {
        font-size: 1.8rem;
    }
    .west-dance-overlay p {
        font-size: 1rem;
    }
}




/* --- COUNTRY SUBMENU --- */
.country-submenu {
    background-color: #f4e2d1;
    border-bottom: 3px solid #b08a60;
    padding: 10px 0;
    font-family: 'Georgia', serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.country-submenu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.country-submenu li {
    margin: 0 15px;
}

.country-submenu a {
    color: #5a3e1a;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.country-submenu-hov a {
    background-color: #e0c4a2;
    color: #000;
}


.country-submenu a:hover {
    background-color: #e0c4a2;
    color: #000;
}

/* --- MOBILE --- */
@media (max-width: 600px) {
    .country-submenu ul {
        flex-direction: column;
        align-items: center;
    }

    .country-submenu li {
        margin: 8px 0;
    }
}


.west-dance-content {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.west-dance-section {
    background: #fafafa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
}

.west-dance-section h2 {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
}

.west-dance-section h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
}

.west-dance-section p {
    margin-bottom: 0.6rem;
    line-height: 1.6;
}


