/* ===== Top bar ===== */
.topbar {
    background: var(--maroon-dark);
    color: #f4e9df;
    font-size: 13px;
}

.topbar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar-left a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f4e9df;
    opacity: .9;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-right i {
    opacity: .85;
    font-size: 13px;
}
