/** section-header styles for Bargheto Widgets */

.elementor-widget-bargheto_section_header .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.elementor-widget-bargheto_section_header .section-header__title {
    margin-top: 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.75;
    color: #1a202c;
}

@media (min-width: 768px) {
    .elementor-widget-bargheto_section_header .section-header__title {
        font-size: 1.875rem;
    }
}

.elementor-widget-bargheto_section_header .section-header__subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #70777E;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .elementor-widget-bargheto_section_header .section-header__subtitle {
        font-size: 1rem;
    }
}

/* ── برچسب ── */
.elementor-widget-bargheto_section_header .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}
