.guides_header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.guides_header_content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.guides_icon {
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
}

.guides_header_text {
    flex: 1;
}

.guides_main_title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: -0.5px;
}

.guides_main_subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-weight: 400;
}

@media (max-width: 768px) {
    .guides_header {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
    
    .guides_icon {
        width: 32px;
        height: 32px;
    }
    
    .guides_main_title {
        font-size: 24px;
    }
    
    .guides_main_subtitle {
        font-size: 13px;
    }
}

.guides_description {
    margin-top: 20px;
    padding: 18px 24px;
    background: rgba(251, 191, 36, 0.08);
    border-left: 3px solid rgba(251, 191, 36, 0.5);
    border-radius: 8px;
}

.guides_description p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}
