
    .cozylil-tos-page {
        max-width: 900px;
        margin: 0 auto;
        padding: 40px 20px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #444;
        line-height: 1.8;
    }
    .tos-header {
        text-align: center;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 3px solid #fecb2e;
    }
    .tos-header h1 {
        font-size: 32px;
        color: #000;
        margin-bottom: 10px;
    }
    .tos-intro {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        font-style: italic;
        margin-bottom: 40px;
        font-size: 14px;
        border-left: 4px solid #ccc;
    }
    .tos-section {
        margin-bottom: 40px;
    }
    .tos-section h2 {
        font-size: 20px;
        color: #000;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }
    .tos-section h2::before {
        content: "§";
        color: #fecb2e;
        margin-right: 10px;
        font-weight: bold;
    }
    .tos-section p, .tos-section ul {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .highlight-box {
        background: #fff9e6;
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #ffeeba;
        margin: 20px 0;
    }
    .contact-info-box {
        background: #fafafa;
        padding: 25px;
        border: 1px solid #eee;
        border-radius: 12px;
        margin-top: 20px;
    }

    @media (max-width: 600px) {
        .tos-header h1 { font-size: 26px; }
    }
