﻿.ovhbar-bg {
    background-color: #7AC07A;
}

.logo {
    height: 28px;
    width: auto;
    display: block;
}

.ovhbar-bg .navbar-brand,
.ovhbar-bg .nav-link {
    color: #fff !important;
}

    .ovhbar-bg .nav-link:hover,
    .ovhbar-bg .navbar-brand:hover {
        color: #E6ECFF !important;
        text-decoration: none;
    }

.ovhbar-sep {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.35);
}
.site-status-banner {
    background-color: #f5f7fa;
    border-bottom: 1px solid #e1e5eb;
    color: #495057;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .site-status-banner:hover {
        background-color: #eef1f5;
    }

.site-status-link {
    text-decoration: underline;
    font-weight: 500;
    white-space: nowrap;
}
.construction-banner {
    background: repeating-linear-gradient( 45deg, #000 0, #000 20px, #ffc107 20px, #ffc107 40px );
    color: #000;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    border-bottom: 3px solid #000;
}

.construction-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 0.25rem 0.75rem;
}

.construction-subtext {
    background: rgba(255, 255, 255, 0.9);
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    text-decoration: underline;
}

.construction-banner:hover {
    filter: brightness(0.95);
}
