/* Onofah Cookie Consent — light-DOM extras only.
   All banner/modal/badge styles now live INSIDE the Shadow DOM (see
   public/js/banner.js), so the site theme cannot override them. This file
   only styles elements rendered into regular page content by shortcodes. */

.occ-declaration {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	font-size: 14px;
}
.occ-declaration th,
.occ-declaration td {
	border: 1px solid #d5d5d8;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}
.occ-declaration thead th { background: rgba(127, 127, 127, .08); }

/* The [onofah_cookie_settings] link intentionally inherits the theme's
   link styling so it blends into footers and policy pages. */
.occ-inline-open { cursor: pointer; text-decoration: underline; }
