.elementor-5112 .elementor-element.elementor-element-1bc4ad87{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-5112 .elementor-element.elementor-element-1bc4ad87{--content-width:1400px;}}/* Start custom CSS for text-editor, class: .elementor-element-106ffcf6 *//* Unique Container Styling */
.yard-privacy-policy-container {
    max-width: 1400px;
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.7;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

/* Typography Rules */
.yard-privacy-policy-container h1 {
    font-size: 30px;
    color: #1a202c;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 2px solid #edf2f7;
    padding-bottom: 15px;
    font-family: 'lato';
}

.yard-privacy-policy-container h2 {
    font-size: 25px;
    color: #2d3748;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 900;
    position: relative;
    font-family: 'lato';
}

/* Subtle line indicator next to subheadings */
.yard-privacy-policy-container h2::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 20%;
    height: 60%;
    width: 4px;
    background-color: #3182ce; /* Replace with your primary brand color */
    border-radius: 2px;
}

.yard-privacy-policy-container p {
    margin-bottom: 1.25rem;
    font-size: 20px;
    color: #4a5568;
    font-family: 'poppins';
}

/* Links style */
.yard-privacy-policy-container a {
    color: #3182ce;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.yard-privacy-policy-container a:hover {
    color: #2b6cb0;
    text-decoration: underline;
}

/* Responsive Custom Lists */
.yard-privacy-policy-container ul {
    margin: 1.25rem 0 1.5rem 1.5rem;
    padding: 0;
    list-style: none;
}

.yard-privacy-policy-container ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 20px;
    color: #4a5568;
}

/* Custom modern bullet design */
.yard-privacy-policy-container ul li::before {
    content: "*";
    color: #3182ce;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
    font-size: 20px;
    vertical-align: middle;
}

/* Mobile Media Queries */
@media (max-width: 768px) {
    .yard-privacy-policy-container {
        margin: 20px 15px;
        padding: 25px 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    }
    
    .yard-privacy-policy-container h1 {
        font-size: 25px;
    }

    .yard-privacy-policy-container h2 {
        font-size: 20px;
        margin-top: 2rem;
    }
    
    .yard-privacy-policy-container h2::before {
        display: none; /* Hide the sidebar accent on small screens for spacing */
    }
}/* End custom CSS */