

/* Start:/local/components/rdoil/dream.rules/templates/.default/style.css?17899706304120*/
:root {
    --dream-gold: #C8962E;
    --dream-dark: #1A1A2E;
}

.dream-rules {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.dream-rules__header {
    text-align: center;
    padding: 40px 20px 20px;
    border-bottom: 3px solid var(--dream-gold);
    margin-bottom: 0;
}

.dream-rules__header h1 {
    font-size: 32px;
    color: var(--dream-dark);
    margin: 8px 0;
}

.dream-rules__org {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--dream-gold);
    font-weight: 700;
    letter-spacing: 1px;
}

.dream-rules__subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.dream-rules__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 32px;
}

.dream-rules__tab {
    padding: 14px 24px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.dream-rules__tab:hover {
    color: var(--dream-gold);
}

.dream-rules__tab--active {
    color: var(--dream-gold);
    border-bottom-color: var(--dream-gold);
}

.dream-rules__doc {
    max-width: 860px;
    margin: 0 auto;
    line-height: 1.7;
}

.dream-rules__section {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
}

.dream-rules__section h2,
.dream-rules__doc > h2 {
    font-size: 20px;
    color: var(--dream-dark);
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid var(--dream-gold);
}

.dream-rules__section h3,
.dream-rules__doc h3 {
    font-size: 16px;
    color: var(--dream-dark);
    margin: 20px 0 8px;
}

.dream-rules__section p,
.dream-rules__doc p {
    color: #333;
    margin: 8px 0;
}

.dream-rules__section ol,
.dream-rules__section ul,
.dream-rules__doc ol,
.dream-rules__doc ul {
    color: #333;
    padding-left: 24px;
}

.dream-rules__section li,
.dream-rules__doc li {
    margin: 6px 0;
}

.dream-rules__table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.dream-rules__table th {
    background: #f5f0e8;
    color: var(--dream-dark);
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #e0d8c8;
    width: 35%;
}

.dream-rules__table td {
    padding: 10px 14px;
    border: 1px solid #e0d8c8;
    color: #333;
}

.dream-rules__table--cards th,
.dream-rules__table--cards td {
    text-align: center;
}

.dream-rules__table--cards th:first-child,
.dream-rules__table--cards td:first-child {
    text-align: left;
}

.dream-rules__table--matrix {
    font-size: 13px;
}

.dream-rules__table--matrix th {
    background: var(--dream-dark);
    color: #fff;
    width: auto;
}

.dream-rules__matrix-active td {
    background: #fff8e8;
    font-weight: 600;
}

.dream-rules__consent-box {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    border-left: 4px solid var(--dream-gold);
}

.dream-rules__info-box {
    background: #FEF9E7;
    border-left: 4px solid var(--dream-gold);
    padding: 16px;
    border-radius: 4px;
    margin-top: 16px;
}

.dream-rules__info-box p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.dream-rules__footer-note {
    background: #f5f0e8;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 40px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.dream-rules__doc-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .dream-rules__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .dream-rules__tab {
        padding: 10px 16px;
        font-size: 13px;
        white-space: nowrap;
    }

    .dream-rules__table--matrix {
        font-size: 11px;
    }

    .dream-rules__table th,
    .dream-rules__table td {
        padding: 6px 8px;
    }
}

@media (max-width: 480px) {
    .dream-rules__header h1 {
        font-size: 24px;
    }

    .dream-rules__section h2,
    .dream-rules__doc > h2 {
        font-size: 17px;
    }
}

/* End */
/* /local/components/rdoil/dream.rules/templates/.default/style.css?17899706304120 */
