.privacy .privacy__meta-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #4f4f4f !important;
}

@media screen and (max-width: 768px) {
    .privacy .privacy__meta-title {
        font-size: 16px;
    }
}

.privacy__meta-description {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.privacy {
    padding-top: 160px;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .privacy {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

.privacy__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
}

.privacy__left-side,
.privacy__right-side {
    width: 50%;
    box-sizing: border-box;
}

.privacy__content {
    max-width: 100%;
}

.privacy__content > .privacy__meta-wrap,
.privacy__content > .wp-block-group {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cfcfcf;
}

.privacy__content > .wp-block-group:last-child {
    margin-bottom: 0;
}

.privacy__title {
    margin-top: 24px;
}

.privacy__date {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #4f4f4f;
    margin-top: 20px;
}

.privacy__date p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #4f4f4f;
}

.privacy__date span {
    margin-left: 10px;
    margin-right: 8px;
}

.privacy h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--black-color);
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .privacy h2 {
        font-size: 20px;
    }
}

.wp-block-quote {
    margin-top: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #949393;
    border-radius: 40px;
    padding-left: 24px;
    padding-right: 24px;
    height: 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #0d1118;
    background-color: #fff;
    cursor: pointer;
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease;
}

.wp-block-quote::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0d1118;
    mask: url("/wp-content/uploads/2026/04/copy-icon.svg") no-repeat center / contain;
    transition: background-color 0.35s ease;
}

.wp-block-quote p {
    margin: 0 !important;
    color: #0d1118 !important;
    transition: color 0.35s ease;
}

@media screen and (min-width: 1201px) {
    .wp-block-quote:hover {
        background: #1629d6;
        border-color: #1629d6;
    }

    .wp-block-quote:hover p {
        color: #fff !important;
    }

    .wp-block-quote:hover::after {
        background-color: #fff;
    }

    .privacy .wp-block-quote:hover a[href^="mailto:"] {
        color: #fff;
    }
}

.privacy a:not(.standard__btn) {
    color: var(--black-color);
}

.privacy div:not(.wp-block-quote) a:not(.standard__btn, [href^="mailto:"]):hover {
    color: var(--primary-color);
}

.privacy a[href^="mailto:"] {
    text-decoration: none;
}

.privacy h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--black-color);
    margin-top: 24px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .privacy h3 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.privacy .privacy__right-side p {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #4f4f4f;
}

.privacy .privacy__right-side p strong {
    font-weight: 600;
}

.privacy .wp-block-list {
    margin-top: 0;
    margin-bottom: 0;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.privacy .wp-block-list strong {
    font-weight: 600;
}

.privacy {
    position: relative;
    overflow: hidden;
}

.privacy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 361px;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2025/11/Privacy-policy-bg.svg") no-repeat left top;
    pointer-events: none;
    z-index: 0;
}

.privacy::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(361px + 1940px);
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2025/11/Privacy-policy-bg-sec.svg") no-repeat left top;
    pointer-events: none;
    z-index: 0;
}

@media screen and (max-width: 1024px) {
    .privacy::before {
        background: url("/wp-content/uploads/2025/11/Privacy-policy-bg-mobile.svg") no-repeat right top;
    }

    .privacy::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("/wp-content/uploads/2025/11/Privacy-policy-bg-mobile_bottom.svg") no-repeat right bottom;
        pointer-events: none;
        z-index: 0;
    }

    .privacy__cover {
        position: relative;
        z-index: 1;
        overflow: visible;
    }

    .privacy__cover::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        height: 100%;
        background: url("/wp-content/uploads/2025/11/Privacy-policy-bg-mobile_middle.svg") no-repeat right top;
        pointer-events: none;
        z-index: 0;
    }

    .privacy {
        padding-top: 130px;
    }

    .privacy h5 {
        font-size: 16px;
    }

    .privacy .privacy__right-side p {
        font-size: 14px;
    }

    .privacy .wp-block-list {
        font-size: 14px;
    }

    .privacy__wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .privacy__left-side,
    .privacy__right-side {
        width: 100%;
    }

    .privacy::before {
        top: 0;
    }
}
