.elementor-309 .elementor-element.elementor-element-65c83d7{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-309 .elementor-element.elementor-element-74370cd{text-align:center;}.elementor-309 .elementor-element.elementor-element-74370cd .elementor-heading-title{color:var( --e-global-color-7519886 );}/* Start custom CSS for text-editor, class: .elementor-element-00612e5 *//* --- Privacy Policy Container & Typography --- */
.privacy-policy-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Headings (Using Brand Color #300E0D) --- */
.privacy-policy-container h1,
.privacy-policy-container h2,
.privacy-policy-container h3 {
    color: #300E0D;
    font-weight: 700;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.25;
}

/* --- Font Size Adjustments --- */
.privacy-policy-container h1 {
    font-size: 2rem;       /* ~32px - Main Title */
    border-bottom: 2px solid #300E0D;
    padding-bottom: 10px;
    margin-top: 0;
}

.privacy-policy-container h2 {
    font-size: 1.45rem;    /* ~23px - Main Sections */
    border-bottom: 1px solid #e1e4e8;
    padding-bottom: 6px;
}

.privacy-policy-container h3 {
    font-size: 1.15rem;    /* ~18.5px - Subsections */
    font-weight: 600;
}

.privacy-policy-container p, 
.privacy-policy-container li {
    font-size: 0.975rem;   /* ~15.5px - Highly readable body size */
    margin-bottom: 1em;
}

/* --- Lists & Bullets --- */
.privacy-policy-container ul {
    margin-bottom: 1.2em;
    padding-left: 20px;
}

.privacy-policy-container li {
    margin-bottom: 0.4em;
}

/* --- Callouts & Blockquotes (Warnings/Ages) --- */
.privacy-policy-container blockquote {
    margin: 1.5em 0;
    padding: 12px 20px;
    background-color: #fcf8f2; /* Light warm tint to match the dark brown */
    border-left: 4px solid #300E0D;
    border-radius: 0 4px 4px 0;
}

.privacy-policy-container blockquote p {
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 500;
}

/* --- Divider Lines --- */
.privacy-policy-container hr {
    height: 1px;
    background-color: #e1e4e8;
    border: none;
    margin: 2.5em 0;
}

/* --- Links & Contact Emails --- */
.privacy-policy-container a {
    color: #300E0D;
    text-decoration: underline;
    font-weight: 500;
}

.privacy-policy-container a:hover {
    opacity: 0.8;
}/* End custom CSS */