.nccb-cookie-policy {
max-width: 900px;
margin: 0 auto;
font-size: 15px;
line-height: 1.6;
}
.nccb-cookie-policy__title {
margin: 0 0 16px;
font-size: 1.75em;
font-weight: 700;
}
.nccb-cookie-policy__intro {
margin: 0 0 24px;
}
.nccb-cookie-policy__heading {
margin: 28px 0 12px;
font-size: 1.2em;
font-weight: 700;
}
.nccb-cookie-policy__categories {
margin: 0 0 24px;
padding-left: 1.25em;
}
.nccb-cookie-policy__categories li {
margin-bottom: 8px;
}
.nccb-cookie-policy__actions {
margin-top: 28px;
}
.nccb-cookie-table-empty {
margin: 0;
padding: 16px;
background: #f6f7f7;
border-radius: 6px;
color: #50575e;
}
.nccb-cookie-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 16px;
border: 1px solid #e0e0e0;
border-radius: 8px;
}
.nccb-cookie-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
line-height: 1.5;
}
.nccb-cookie-table th,
.nccb-cookie-table td {
padding: 12px 14px;
text-align: left;
vertical-align: top;
border-bottom: 1px solid #eee;
}
.nccb-cookie-table th {
background: #f9f9f9;
font-weight: 600;
white-space: nowrap;
}
.nccb-cookie-table tbody tr:last-child td {
border-bottom: none;
}
.nccb-cookie-table tbody tr:nth-child(even) td {
background: #fafafa;
}
.nccb-policy-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
border: 2px solid var(--nccb-primary, #05ab5c);
border-radius: 6px;
background: var(--nccb-primary, #05ab5c);
color: #fff;
font-size: 14px;
font-weight: 600;
font-family: inherit;
line-height: 1.2;
cursor: pointer;
text-decoration: none;
transition: opacity 0.2s;
}
.nccb-policy-btn:hover {
opacity: 0.9;
color: #fff;
}
.nccb-policy-btn:focus-visible {
outline: 2px solid var(--nccb-primary, #05ab5c);
outline-offset: 2px;
} .nccb-blocked-content {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-height: 200px;
padding: 24px;
margin: 12px 0;
background: #f9f9f9;
border: 1px solid #e0e0e0;
border-radius: 10px;
box-sizing: border-box;
}
.nccb-blocked-content__title {
margin: 0 0 8px;
font-size: 1.1em;
font-weight: 700;
color: inherit;
}
.nccb-blocked-content__text {
margin: 0 0 10px;
font-size: 0.95em;
line-height: 1.5;
opacity: 0.9;
}
.nccb-blocked-content__meta {
margin: 0 0 16px;
font-size: 0.85em;
color: #646970;
}
.nccb-blocked-content__actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.nccb-blocked-content__button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
border: 2px solid var(--nccb-primary, #05ab5c);
border-radius: 6px;
background: var(--nccb-primary, #05ab5c);
color: #fff;
font-size: 14px;
font-weight: 600;
font-family: inherit;
line-height: 1.2;
cursor: pointer;
transition: opacity 0.2s;
}
.nccb-blocked-content__button:hover {
opacity: 0.9;
}
.nccb-blocked-content__button--secondary {
background: transparent;
color: var(--nccb-primary, #05ab5c);
}
.nccb-blocked-content__button:focus-visible {
outline: 2px solid var(--nccb-primary, #05ab5c);
outline-offset: 2px;
}
@media (max-width: 640px) {
.nccb-cookie-table {
font-size: 13px;
}
.nccb-cookie-table th,
.nccb-cookie-table td {
padding: 10px 12px;
}
.nccb-cookie-policy__title {
font-size: 1.4em;
}
}