.us-page-content {
    margin-top: 22px;
    color: rgba(235, 235, 235, 0.92);
    font-size: 17px;
    line-height: 1.8;
}

.us-page-content > *:first-child {
    margin-top: 0;
}

.us-page-content > *:last-child {
    margin-bottom: 0;
}

.us-page-content h2,
.us-page-content h3,
.us-page-content h4 {
    color: #e3d8ca;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-top: 28px;
    margin-bottom: 14px;
}

.us-page-content h2 {
    font-size: 28px;
    border-bottom: 1px solid rgba(187, 176, 161, 0.12);
    padding-bottom: 6px;
}

.us-page-content h3 {
    font-size: 22px;
}

.us-page-content h4 {
    font-size: 18px;
}

.us-page-content p,
.us-page-content ul,
.us-page-content ol,
.us-page-content blockquote,
.us-page-content pre,
.us-page-content table,
.us-page-content .embeddedContent,
.us-page-content img {
    margin-top: 0;
    margin-bottom: 22px;
}

.us-page-content p {
    color: rgba(235, 235, 235, 0.88);
    font-family: inherit !important;
}

.us-page-content small {
    display: inline-block;
    color: rgba(210, 202, 191, 0.72);
    font-size: 13px;
    line-height: 1.6;
    padding: 8px 12px;
    border: 1px solid rgba(187, 176, 161, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
}

.us-page-content a {
    color: #d6c0a0;
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 192, 160, 0.28);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.us-page-content a:hover,
.us-page-content a:focus {
    color: #e7d5bc;
    border-bottom-color: rgba(231, 213, 188, 0.7);
}

.us-page-content ul,
.us-page-content ol {
    padding-left: 24px;
}

.us-page-content li + li {
    margin-top: 10px;
}

.us-page-content li::marker {
    color: #b8a38a;
}

.us-page-content strong {
    color: #f3ebe0;
    font-weight: 700;
}

.us-page-content code {
    color: #e7d8c1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 0.92em;
}

.us-page-content pre {
    background: #141617;
    border: 1px solid rgba(187, 176, 161, 0.14);
    border-radius: 16px;
    padding: 18px 20px;
    overflow-x: auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.us-page-content pre code {
    background: transparent;
    border: 0;
    padding: 0;
    color: #ece2d4;
}

.us-page-content blockquote {
    border-left: 4px solid #b8a38a;
    background: rgba(184, 163, 138, 0.08);
    color: rgba(242, 230, 211, 0.9);
    padding: 18px 20px;
    border-radius: 0 14px 14px 0;
}

.us-page-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.us-page-content .embeddedContent {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.us-page-content .embeddedContent iframe {
    display: block;
}

.us-page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(180deg, rgba(34, 36, 38, 0.96), rgba(22, 24, 25, 0.96));
    border: 1px solid rgba(187, 176, 161, 0.17);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.us-page-content thead th {
    background: linear-gradient(180deg, rgba(187, 176, 161, 0.18), rgba(187, 176, 161, 0.08));
    color: #eee4d7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(187, 176, 161, 0.14);
}

.us-page-content tbody tr {
    transition: background-color 0.18s ease;
}

.us-page-content tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.025);
}

.us-page-content tbody tr:hover {
    background: rgba(187, 176, 161, 0.06);
}

.us-page-content td,
.us-page-content th {
    text-align: left;
    vertical-align: top;
}

.us-page-content tbody td {
    padding: 11px 15px;
    color: rgba(239, 233, 221, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.55;
}

.us-page-content tbody tr:last-child td {
    border-bottom: 0;
}

.us-page-content tbody td:first-child {
    width: 30%;
    color: #ddd1be;
    font-weight: 600;
}

@media (max-width: 991px) {
    .us-page-content {
        font-size: 16px;
        line-height: 1.75;
    }

    .us-page-content h2 {
        font-size: 25px;
    }

    .us-page-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .us-page-content {
        margin-top: 18px;
        font-size: 15px;
    }

    .us-page-content h2 {
        font-size: 22px;
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .us-page-content h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .us-page-content h4 {
        font-size: 16px;
    }

    .us-page-content ul,
    .us-page-content ol {
        padding-left: 20px;
    }

    .us-page-content small {
        border-radius: 14px;
        padding: 10px 12px;
    }

    .us-page-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        min-width: 100%;
        border-radius: 16px;
    }

    .us-page-content table thead,
    .us-page-content table tbody {
        min-width: 520px;
    }

    .us-page-content thead th,
    .us-page-content tbody td {
        padding: 10px 12px;
    }

    .us-page-content tbody td:first-child {
        min-width: 150px;
    }
}
