/*
Theme Name: UAFILE News
Template: fmagazine
Version: 1.0
*/

@import url("../fmagazine/style.css");

/* ===== UAFILE HEADER ===== */

.uafile-header {
    background: linear-gradient(90deg, #1e73e8, #2563eb);
    color: #fff;
    padding: 15px 0;
}

.uafile-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uafile-logo {
    font-weight: bold;
    font-size: 22px;
}

.uafile-menu a {
    color: #cfe3ff;
    margin: 0 15px;
    text-decoration: none;
}

.uafile-menu a:hover {
    color: #fff;
}

.uafile-lang {
    font-size: 14px;
}


.navbar { min-height: 56px; }
.navbar-brand { font-size: 1.4rem !important; font-weight: 700 !important; }
.navbar { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }


.navbar .nav-link { font-size: 1rem !important; }
