/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com
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.0
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
*/

/* Add your custom styles here */
/* ===== SINGLE POST TWO COLUMN FIX ===== */

body.single main.site-main .page-content.two-column-layout {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: flex-start;
}

/* Left Column */
body.single .page-content.two-column-layout .content-area {
    width: 70%;
}

/* Right Sidebar */
body.single .page-content.two-column-layout .rightbar {
    width: 30%;
    background: #F7F6F3;
    padding: 25px;
    box-sizing: border-box;
}

/* Remove list style */
body.single .recent-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.single .recent-post-list li {
    margin-bottom: 15px;
}

body.single .recent-post-list a {
    text-decoration: none;
    color: #000;
}

/* Navigation */
body.single .post-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

/* Sticky Sidebar (Desktop Only) */
@media (min-width: 1025px) {

    body.single .rightbar {
        position: sticky;
        top: 100px; /* adjust if header height different */
        align-self: flex-start;
    }

}

/* Remove Sticky On Tablet & Mobile */
@media (max-width: 1024px) {

    body.single .rightbar {
        position: relative !important;
        top: auto !important;
    }

}

/* Active Post Styling */
body.single .recent-post-list li.active-post a {
    color: var(--e-global-color-primary) !important;
    font-weight: 600;
}

/* Optional hover */
body.single .recent-post-list a:hover {
    color: var(--e-global-color-primary) !important;
}


/* Mobile */
@media (max-width: 991px) {

    body.single main.site-main .page-content.two-column-layout {
        flex-direction: column !important;
    }

    body.single .page-content.two-column-layout .content-area,
    body.single .page-content.two-column-layout .rightbar {
        width: 100%;
    }
}

/*JSG Plugin*/

.jsg-survey-form {
    font-family: inherit;
}

.jsg-attorney-name {
    font-size: 15px;
    margin-bottom: 10px;
}

.jsg-help {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

.jsg-rating-row {
    margin-bottom: 15px;
}

.jsg-stars span {
    font-size: 26px;
    color: #d1d5db;
    cursor: pointer;
    margin-right: 4px;
    transition: color .2s;
}

.jsg-stars span.active {
    color: #f5b301;
}

.jsg-submit-btn {
    background: #111827;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.jsg-submit-btn:hover {
    background: #000;
}

.jsg-survey-msg {
    margin-top: 12px;
}

.jsg-stars {
    font-size: 22px;
    color: #f5b301;
}
.jsg-stars span:hover {
    color: #f5b301;
}


.jsg-form {
    max-width: 400px;
}

.jsg-question {
    margin-bottom: 15px;
}



