﻿.country-dances-section {
    background: #f4e2d1;
    border: 2px solid #b08a60;
    border-radius: 12px;
    padding: 25px;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-family: Georgia, serif;
    color: #5a3e1a;
}

.country-dances-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
}

.level-selector, .year-selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.level-selector button,
.year-selector button {
    background: #8b5e3c;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s;
}

.level-selector button:hover,
.year-selector button:hover {
    background: #a06f4a;
}

.dance-results {
    margin-top: 25px;
    background: #fff8f0;
    border-left: 6px solid #b08a60;
    padding: 20px;
    border-radius: 8px;
}

.dance-item {
    padding: 10px 0;
    border-bottom: 1px solid #e0c4a2;
}

.dance-item:last-child {
    border-bottom: none;
}

.dance-title {
    font-weight: bold;
    color: #8c5128;
}

.dance-music {
    font-style: italic;
    color: #6f4e37;
}

.dance-link a {
    color: #8c5128;
    text-decoration: underline;
}
