/* Estilos para el logo */
.afocat-logo-container {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--afocat-border);
}

.afocat-logo {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}