/* Página 2 - CSS extraído de includes/index-2.php + remoção de inline */

/* Cores dos botões - Index 2 */
.color-2 .navbar-btn {
    background-color: #CBD3D7;
}

.color-2 .navbar-btn:hover {
    background-color: #FFCC00;
}

/* Ecossistema Urbano - mesmo padrão visual do index=5 */
.color-2 .assistente-section {
    margin-top: 0;
}

.color-2 .assistente-section .assistente-title-text {
    font-size: 20px;
    font-weight: bold;
}

.color-2 .assistente-section .city-name,
.color-2 .assistente-section .city-uf {
    color: #FFFFFF;
}

.color-2 .assistente-section .city-links .city-link {
    color: #FFFFFF;
}

.color-2 .city-nav-btn {
    text-decoration: none;
}

.color-2 .city-dropdown-list {
    display: flex;
    flex-direction: column;
}

.color-2 .city-dropdown-link {
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    color: #444444;
    text-decoration: none;
    font-size: 13px;
}

.color-2 .city-dropdown-link:hover {
    background: #f7f7f7;
}

.color-2 .main-content {
    background-color: #7a7a7a;
}

/* Dropdown topo do assistente (componente compartilhado) */
.color-2 #section-assistente-top-5 {
    max-height: none;
    overflow: visible;
    transition: max-height 0.3s ease;
}

.color-2 #section-assistente-top-5:not(.active) {
    max-height: 0;
    overflow: hidden;
}
