/* Página 1 - CSS extraído de includes/index-1.php */

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

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

/* Bloco superior da index-1: logo no mesmo padrão dos demais componentes */
.color-1 .sidebar .sidebar-header .logo {
    width: 88px;
    height: 88px;
    padding: 0;
    flex: 0 0 88px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-1 .sidebar .sidebar-header .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-1 .sidebar .sidebar-header .logo .logo-img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.color-1 .news-details p:first-child .news-details-value {
    color: #666666;
}

