/*!
Theme Name: Agrippina
Template: kadence
Author: Lithowerk
Author URI: https://www.lithowerk.de/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: agrippina
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* YouTube consent withdrawal.
   Lives here rather than in the video gallery block's stylesheet because the
   [youtube_widerruf] shortcode can place this button anywhere — typically in
   the YouTube section of the privacy policy. JS only reveals it while a
   consent decision is actually stored for the session. */
.video-gallery-revoke {
	margin-bottom: 2rem;
	font-size: inherit;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	color: var(--global-palette3);
	font-family: var(--global-body-font-family);
	text-decoration: underline;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

.video-gallery-revoke:hover,
.video-gallery-revoke:focus-visible {
	background: none;
	box-shadow: none;
	color: var(--global-palette1);
	opacity: 1;
}
