/**
 * Simple Header Widget Styles
 */

.slt-simple-header {
    padding: 60px 20px 0;
    max-width: 800px;
    margin: 0 auto;
}

.slt-simple-header__title {
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.slt-simple-header__divider {
    width: 60px;
    height: 3px;
    background: #2563eb;
    margin: 0 auto 20px;
}

.slt-simple-header__subtitle {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .slt-simple-header {
        padding: 40px 20px;
    }
    
    .slt-simple-header__title {
        font-size: 40px;
    }
    
    .slt-simple-header__subtitle {
        font-size: 16px;
    }
}
