/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Search page */

.sr-page-title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 4px;
}

.sr-page-subtitle {
    font-size: 14px;
    color: #888;
    margin: 0 0 2rem;
}

.sr-section {
    margin-bottom: 2rem;
}

.sr-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sr-section-heading h2 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin: 0;
}

.sr-count {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 20px;
    background: #f5f5f5;
    color: #888;
    border: 1px solid #eee;
}
