/* formatting */
.tc {
    background-color: white;
}

.tc p, .tc h1, .tc h2, .tc h3 {
    color: black;
}

/* table for CCPA */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
}

.legal-table th, .legal-table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.legal-table thead th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.legal-category-col {
    width: 30%;
}

.legal-middle-col {
    width: 55%;
}

.legal-status-col {
    width: 15%;
}

/*cookies listing */
.cookie-list {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    border-radius: 12px;
    border: solid 1px rgb(207, 207, 207);
    background-color: rgb(250, 250, 250);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cookie-list p {
    font-size: 1rem;
    margin-top: -10px;
}