/**
 * Styles for the [cookie_list] shortcode table.
 */
.icc-cookie-list-shortcode table.icc-cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #ddd; /* Add border to the table itself */
}
.icc-cookie-list-shortcode table.icc-cookie-table th,
.icc-cookie-list-shortcode table.icc-cookie-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: top; /* Align content top */
}
.icc-cookie-list-shortcode table.icc-cookie-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.icc-cookie-list-shortcode h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.icc-cookie-list-shortcode h3 {
     margin-top: 1.5em;
     margin-bottom: 0.5em;
     font-size: 1.1em; /* Slightly smaller than h2 */
}
