.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-26049 .elementor-element.elementor-element-6c3ac9f{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-26049 .elementor-element.elementor-element-0362c3d{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-0362c3d *//* --- استایل بنر هدر کلاس‌های کنکور نیترونو --- */
.nitrono-top-banner {
    background: linear-gradient(90deg, #1A73E8, #10B981); /* گرادیانت آبی به سبز آکادمیک */
    color: #ffffff;
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.nitrono-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; /* برای جلوگیری از به هم ریختگی در موبایل */
}

.nitrono-banner-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.nitrono-banner-btn {
    background-color: #ffffff;
    color: #1A73E8 !important; /* رنگ متن دکمه */
    padding: 5px 15px;
    border-radius: 25px; /* دکمه با گوشه‌های گرد */
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nitrono-banner-btn:hover {
    background-color: #f0f8ff;
    color: #10B981 !important; /* تغییر رنگ متن به سبز در هنگام هاور */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* --- تنظیمات ریسپانسیو برای موبایل --- */
@media (max-width: 768px) {
    .nitrono-banner-content {
        gap: 8px;
        flex-direction: column; /* زیر هم قرار گرفتن متن و دکمه در موبایل */
    }
    .nitrono-banner-text {
        font-size: 12px;
    }
    .nitrono-banner-btn {
        font-size: 12px;
        padding: 4px 12px;
    }
}/* End custom CSS */