.tpc-page {
    font-family: "Barlow Condensed", sans-serif;
    min-height: calc(100dvh - 702px);
    padding-bottom: 70px;
}

.tpc-page h1 {
    font-size: 42px;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    line-height: normal;
    margin: 40px 0px 60px 0px;
    text-align: left;
    text-transform: uppercase;
}

.tpc-page .cookie-policy-table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.tpc-page p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    border: 1px solid #fff;
}

.tpc-page .cookie-policy-table th,
.tpc-page .cookie-policy-table td {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    border: 1px solid #000;
    padding: 10px;
    margin: 0;
    word-break: break-word;
}

.tpc-page .cookie-policy-table th {
    font-weight: bold;
}

.tpc-page .cookie-policy-table td a {
    text-decoration: none;
}

.tpc-page .cookie-policy-table td a:hover {
    text-decoration: underline;
}