/* ============================================
   STATIC PAGES STYLES
   Extracted from: resources/views/terms.blade.php
                   resources/views/privacy.blade.php
                   resources/views/contact.blade.php
                   resources/views/refund.blade.php
   ============================================ */

/* Static Page Container */
.static-page-container {
    max-width: 880px;
    margin: 40px auto;
    line-height: 1.6;
    font-family: system-ui, Arial;
}

/* Static Page Container with Padding */
.static-page-container-padded {
    max-width: 880px;
    margin: 40px auto;
    padding: 30px;
    line-height: 1.6;
    font-family: system-ui, Arial;
}
