.map-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2rem 0 1.5rem 0;
    background: #1a1b1e;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.map-page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #feaf50;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.2;
}

.map-page-title::after {
    content: "";
    display: block;
    margin: 0.7rem auto 0 auto;
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #feaf50 0%, #ffdc91 100%);
    opacity: 0.8;
}
.map-section-title {
    padding: 20px;
    background: #1a1b1e;
    border-radius: 8px;
    margin-bottom: 20px;
}
.map-section-title-with-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #feaf50;
    margin-bottom: 15px;
    border-bottom: 1px solid #feaf50;
    padding-bottom: 10px;
}
.map-section-subtitle {
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 0px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-section-subtitle i {
    color: #feaf50;
    font-size: 16px;
}

.map-stage-banner-title {
    font-size: 16px;
    color: #FDD835;
    font-weight: 600;
    padding: 4px 12px;
    background: rgba(254, 175, 80, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(254, 175, 80, 0.2);
    margin-bottom: 20px;
}

.map-content-section {
    margin-bottom: 40px;
    width: 100%;
}

.map-tracks-container {
    position: relative;
    display: flex;
    align-items: center;
}

.map-tracks-section {
    margin-bottom: 32px;
}

.map-scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(33, 33, 33, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.map-scroll-arrow:hover {
    background-color: rgba(53, 53, 53, 0.9);
}

.map-scroll-left {
    left: -20px;
}

.map-scroll-right {
    right: -20px;
}

.map-tracks-scroll {
    width: 100%;
    max-width: 100%;
}

.map-tracks-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    gap: 16px;
    width: 100%;
    padding-top: 8px;
    padding-right: 20px; /* Espaço para o botão de rolagem direito */
    padding-left: 20px; /* Espaço para o botão de rolagem direito */
}

.map-tracks-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}


.map-card {
    flex: 0 0 auto;
    width: 180px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-height: 440px; /* Limite de altura máxima para o card */
    overflow: hidden;
    transition: all 0.3s ease;
}

.map-card-thumbnail {
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #303030;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.map-card-thumbnail:hover {
    transform: translateY(-5px);
    background-color: rgba(254, 175, 80, 0.15);
    transition: all 0.3s ease;
}

.map-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-card-badge {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}


.map-card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.map-card-badge-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.map-card-badge-bottom.certification {
    background-color: #5DCB65;
    color: black;
}

.map-card-badge-bottom.you-are-here {
    background-color: #E53935;
    color: white;
    bottom: 20px;
}

.map-card-internal-title {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.map-card-meta {
    font-size: 12px;
    color: #aaa;
}
.map-card-speakers {
    display: flex;
    margin-bottom: 4px;
    flex-wrap: wrap;
    float: left;
}

.map-card-speaker-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
    border: 1px solid #303030;
    flex-shrink: 0;
}

.map-card-speaker-avatar:nth-child(2) {
    margin-left: -12px;
}

.map-card-speaker-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-card-text {
    font-size: 12px;
    color: #aaa;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px; /* Limita a altura do texto */
    margin-top: 4px;
}
/* Estilo para conteúdo bloqueado */
.map-locked-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.7);
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Alinha ao topo */
    padding-top: 50px; /* Adiciona 30px de padding no topo */
    transition: all 0.3s ease;
}

.map-locked-content-overlay-no-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Alinha ao topo */
    padding-top: 50px; /* Adiciona 30px de padding no topo */
    transition: all 0.3s ease;
}

.map-locked-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(254, 175, 80, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #feaf50;
}

.map-locked-icon i {
    color: #feaf50;
    font-size: 24px;
}

.map-card-thumbnail:hover .locked-content-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 600px) {
    .map-container {
        padding: 1.2rem 0 1.5rem 0;
        max-width: 100vw;
    }
}
