#onetrust-consent-sdk #onetrust-banner-sdk.otRelFont,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-footer,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst,
#onetrust-consent-sdk #onetrust-pc-sdk.otRelFont {
    font-size: 16px;
}

#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
    width: max(60%, 620px);
}

#onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button {
    bottom: calc(10px + env(safe-area-inset-bottom) + env(safe-area-inset-bottom) / 1.5);
}

#onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button svg {
    margin-top: 4px;
    transition: 0.4s;
}

@media only screen and (max-width: 896px) {
    #onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
        max-width: 616px;
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    #onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button {
        width: 31px;
        height: 31px;
    }

    #onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button svg {
        width: 14px;
        height: 14px;
    }
}

#ot-sdk-cookie-policy-html h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

#ot-sdk-cookie-policy-html h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#ot-sdk-cookie-policy-html .cookie-details table {
    width: 100%;
    margin-top: 1rem;
    border-collapse: inherit;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-spacing: initial;
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 1rem;
}

#ot-sdk-cookie-policy-html .cookie-details table th {
    background-color: #F8F8F8
}

#ot-sdk-cookie-policy-html .cookie-details table td,
#ot-sdk-cookie-policy-html .cookie-details table th {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 1rem;
    text-align: left;
}

@media screen and (max-width: 800px) {
    #ot-sdk-cookie-policy-html .cookie-details table {
        border: 0;
    }

    #ot-sdk-cookie-policy-html .cookie-details table caption {
        font-size: 1.3rem;
    }

    #ot-sdk-cookie-policy-html .cookie-details table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #ot-sdk-cookie-policy-html .cookie-details table tr {
        border-left: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
        display: block;
        margin-bottom: .625rem;
    }

    #ot-sdk-cookie-policy-html .cookie-details table td {
        border-bottom: 1px solid #d7d7d7;
        display: block;
        text-align: right;
    }

    #ot-sdk-cookie-policy-html .cookie-details table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 1rem;
    }

    #ot-sdk-cookie-policy-html .cookie-details table td[data-label="Description"]::before {
        text-align: left;
        width: 100%;
        padding-bottom: 1rem;
    }

    #ot-sdk-cookie-policy-html .cookie-details table td[data-label="Description"] {
        text-align: left;
        padding-bottom: 1rem;
    }
}