/* Estilos para el nuevo logo Nodiosas (Vertical) */
.header__logo-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    gap: 4px !important;
}

.header__logo-icon {
    width: 36px !important;
    height: 36px !important;
    color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 0 !important;
}

.header__logo-icon svg {
    width: 100% !important;
    height: 100% !important;
    stroke: white !important;
    stroke-width: 1.8 !important;
    fill: none !important;
}

.header__title {
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Ajustes para móviles */
@media (max-width: 768px) {
    .header__logo-icon {
        width: 30px !important;
        height: 30px !important;
    }
    .header__title {
        font-size: 0.9rem !important;
    }
}
