/*
Theme Name: AUEB SIFC
Theme URI: https://auebsifc.com
Author: AUEB Students' Investment and Finance Club
Author URI: https://auebsifc.com
Description: Custom academic theme for AUEB Students' Investment and Finance Club. Modern, elegant, and prestigious design with Tailwind CSS.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aueb-sifc
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options
*/

/* Theme styles are primarily handled via Tailwind CSS Play CDN.
   Minimal custom styles live here for WordPress editor compatibility. */

body {
	margin: 0;
}

/* —— Accessibility —— */
.skip-link {
	position: absolute;
	left: 1rem;
	top: -100%;
	z-index: 10000;
	padding: 0.75rem 1.25rem;
	background: #5c0d0d;
	color: #fdfbf6;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

.skip-link:focus {
	top: 1rem;
}

:focus-visible {
	outline: 2px solid #d4af37;
	outline-offset: 3px;
}

.aueb-cookie-banner__btn:focus-visible,
.aueb-cookie-reopen:focus-visible {
	outline: 2px solid #d4af37;
	outline-offset: 3px;
}

/* —— Cookie consent —— */
.aueb-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 1rem;
	background: #5c0d0d;
	color: #fdfbf6;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
}

.aueb-cookie-banner[hidden] {
	display: none !important;
}

.aueb-cookie-banner__inner {
	max-width: 72rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

@media (min-width: 768px) {
	.aueb-cookie-banner__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
	}
}

.aueb-cookie-banner__title {
	margin: 0 0 0.35rem;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fdfbf6;
}

.aueb-cookie-banner__desc {
	margin: 0;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(253, 251, 246, 0.85);
}

.aueb-cookie-banner__desc a {
	color: #d4af37;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.aueb-cookie-banner__actions {
	display: flex;
	flex-shrink: 0;
	gap: 0.75rem;
}

.aueb-cookie-banner__btn {
	min-width: 5.5rem;
	padding: 0.75rem 1.5rem;
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.aueb-cookie-banner__btn--no {
	background: transparent;
	color: #fdfbf6;
	border-color: rgba(253, 251, 246, 0.45);
}

.aueb-cookie-banner__btn--no:hover {
	border-color: #fdfbf6;
}

.aueb-cookie-banner__btn--yes {
	background: #d4af37;
	color: #5c0d0d;
	border-color: #d4af37;
}

.aueb-cookie-banner__btn--yes:hover {
	background: #c4a030;
}

.privacy-content strong {
	color: #5c0d0d;
	font-weight: 600;
}
