/* TEG Cookie Consent — shared styling for cookie/tech list markup rendered by
   window.tccRenderCookieList (see cookie-list-render.js). Used by both the
   [teg_cookie_list] shortcode and the cookie policy popup. */
.tcc-cookie-list__category {
    margin-bottom: 24px;
}
.tcc-cookie-list__title {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 4px;
}
.tcc-cookie-list__desc {
    font-size: 0.9em;
    color: #666;
    margin: 0 0 8px;
}
.tcc-cookie-list__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}
.tcc-cookie-list__table th,
.tcc-cookie-list__table td {
    text-align: left;
    padding: 6px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}
.tcc-cookie-list__name {
    font-family: monospace;
    font-size: 0.95em;
}
.tcc-cookie-list__meta {
    font-size: 0.85em;
    color: #666;
    margin-top: 2px;
}
