.quotaTimer {
    text-align: center;
    margin: 28px 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #022561;
    letter-spacing: 1px;
    font-family: 'Cairo', Arial, sans-serif;
}

.quotaTimer span {
    color: #c0392b;
}

.ctaWrap {
    text-align: center;
    margin: 24px 0 36px;
}

.ctaBtn {
    display: inline-block;
    background: linear-gradient(135deg, #1a6b3c 0%, #0d4d28 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(26, 107, 60, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    font-family: 'Cairo', Arial, sans-serif;
}

.ctaBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 107, 60, 0.45);
    color: #fff;
}

.post-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 22px 0 10px;
    color: #022561;
}

.post-content ul {
    margin: 10px 0 16px;
    padding-right: 22px;
    padding-left: 0;
}

.post-content ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

html[dir="ltr"] .post-content ul {
    padding-left: 22px;
    padding-right: 0;
}

.post-img img {
    width: 100%;
    height: auto;
    cursor: default !important;
}

.post-title a,
.primary-heading h2 a {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}

.font-button {
    pointer-events: none;
    opacity: 0.6;
    cursor: default !important;
}

.top-bar .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.top-bar .top-lang-socio-wrap {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
}

.top-bar #dateId {
    width: auto !important;
    flex: 0 0 auto;
}

.top-lang-socio-wrap ul.top-right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.top-lang-socio-wrap ul.top-right li {
    flex: 0 0 auto;
    display: block;
    line-height: 1;
}

.top-lang-socio-wrap ul.top-right li a.flag-icon {
    width: 22px;
    height: 16px;
    min-width: 22px;
    margin: 0 3px;
    vertical-align: middle;
}

.top-lang-socio-wrap ul.top-right li.tw a.fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    padding: 0;
    margin: 0 3px;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
}

.top-lang-socio-wrap ul.top-right li.tw.hidden-xs {
    display: block !important;
}

@media (max-width: 640px) {
    .top-bar .row {
        justify-content: space-between;
    }

    .top-bar .date-time {
        font-size: 11px;
        line-height: 1.35;
        padding: 6px 0;
    }
}

body {
    font-family: 'Cairo', Arial, sans-serif !important;
}

.header .logo-holder.kuna img {
    height: 60px !important;
    width: auto !important;
    max-width: 200px !important;
    display: inline-block !important;
}

@media (max-width: 768px) {
    #top-logo-wrap {
        height: 70px !important;
        overflow: hidden;
    }

    .header .logo-holder.kuna img {
        height: 50px !important;
    }
}

.cr-navigation {
    min-height: 0;
}

.cr-add-nav .menu-link {
    display: block !important;
}

.headline-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.headline-wrap .badge {
    flex: 0 0 auto;
    white-space: nowrap;
}

.headline-wrap .breakingNews {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
}

.headline-wrap .breakingNews > ul {
    right: 40px;
    left: auto;
}

html[dir="rtl"] .headline-wrap .breakingNews > ul {
    right: auto;
    left: 30px;
}

html[dir="ltr"] .headline-wrap .breakingNews > ul {
    left: 210px;
    right: 40px;
}
