.elementor-5151 .elementor-element.elementor-element-d9125d8{--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-5151 .elementor-element.elementor-element-d9125d8{--content-width:1400px;}}/* Start custom CSS for text-editor, class: .elementor-element-c0e1ac7 *//* Unique Container for Billing Policy */
.yard-billing-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: #2d3748; /* Slightly darker slate text for legal/financial content */
    line-height: 1.75;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

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

.yard-billing-policy-container h2 {
    font-size: 25px;
    color: #22485f; /* Accent deep blue to draw attention to distinct sections */
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 1px dashed #e2e8f0;
    font-family: 'poppins';
}

.yard-billing-policy-container p {
    margin-bottom: 1.5rem;
    font-size: 20px;
    color: #4a5568;
}

/* Accentuating bold text inside paragraphs (like deadlines) */
.yard-billing-policy-container strong {
    color: #c53030; /* Dark crimson red for the 14-day refund constraint */
    background-color: #fff5f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

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

    .yard-billing-policy-container h2 {
        font-size: 20px;
        margin-top: 2rem;
    }
    
    .yard-billing-policy-container p {
        font-size: 15px;
    }
}/* End custom CSS */