#cookie-policy-page {
    padding: 50px 0;
}
.cookie-policy-header {
    margin-bottom: 30px;
}
.cookie-policy-list__table-wrapper {
    width: 100%;
    overflow: auto;
    background: linear-gradient(to right, white 30%, rgba(255,255,255,0)),linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,0.2), rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
}
#cookie-policy-page table {
    width: 100%;
    min-width: 720px;
    margin: 0 auto;
}
#cookie-policy-page th {
    padding: 10px 5px !important;
}
#cookie-policy-page td {
    word-break: break-all;
    padding: 5px !important;
}
#cookie-policy-page td, #cookie-policy-page th {
    border: 1px solid var(--color-medium-gray-1);
    vertical-align: middle !important;
}
#cookie-policy-page td.cookie-policy-list__subheader {
    font-size: 16px;
    padding: 10px 0 !important;
}
#cookie-policy-page th:nth-of-type(1) {
    min-width: 140px;
    width: 20%;
}
#cookie-policy-page th:nth-of-type(2) {
    min-width: 100px;
    width: 10%;
}
#cookie-policy-page th:nth-of-type(3) {
    min-width: 70px;
    width: 15%;
}
@media screen and (min-width: 768px) {
    #cookie-policy-page {
        padding: 90px 0;
    }
    .cookie-policy-header {
        margin-bottom: 50px;
    }
    #cookie-policy-page  td.cookie-policy-list__subheader {
        text-align: center;
    }
}