/* Logo Styles */
.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-text-como {
    color: white;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 12px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.logo-image {
    width: 180px;
    height: 80px;
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo-image-sidebar {
    width: 140px;
    height: 60px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image-sidebar svg,
.logo-image-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-image-landing {
    width: 200px;
    height: 90px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image-landing svg,
.logo-image-landing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-text {
    color: white;
    font-size: 9px;
    letter-spacing: 2.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.4;
}

.logo-sidebar .logo-text-como {
    font-size: 28px;
    letter-spacing: 5px;
    margin-bottom: 8px;
}

.logo-sidebar .logo-text {
    font-size: 7px;
    letter-spacing: 1.8px;
    margin-top: 0;
}

