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

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

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

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

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

.color-2 .ct-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;
}
