/* TitanRDP v1.3.1.269 - Refund Policy spacing + justified body text */

html body .titan-refund-hero-v269 {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: clamp(58px, 5vw, 72px) !important;
}

html body .titan-refund-content-v269 {
    margin-top: calc(-1 * var(--titan-refund-gap-cut-v269, 0px)) !important;
    padding-top: 0 !important;
}

html body .titan-refund-scope-v269 {
    margin-top: 0 !important;
}

html body .titan-refund-body-text-v269 {
    text-align: justify !important;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 720px) {
    html body .titan-refund-hero-v269 {
        padding-bottom: 38px !important;
    }

    html body .titan-refund-body-text-v269 {
        text-align: justify !important;
        text-justify: inter-word;
    }
}
