/*
Theme Name: Standuplistan
Theme URI: https://standuplistan.se
Author: Standuplistan
Description: Blockbaserat tema för Standuplistan – veckans standup i Stockholm.
Version: 0.1.0
Requires at least: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: standuplistan
*/

/* Hero: background photo behind the cover block's purple overlay. */
.sul-hero {
	background-image: url(assets/images/standup-background.jpg);
	background-size: cover;
	background-position: center;
}

/* Baseline-align site title + tagline in the header (not available as a block attribute). */
.sul-baseline-group {
	align-items: baseline;
}

/* Subheading inside the hero on event pages. */
.sul-subheading {
	margin-block-start: 0;
	text-align: center;
	text-transform: uppercase;
}

/* Event list typography, after the old site's sl-events styling. */
.sul-event-card {
	padding-top: 0.5rem;
}

.sul-event-card .sul-event-start {
	border-bottom: 2px solid var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--medium);
	margin-bottom: 0.625rem;
	text-transform: uppercase;
}

.sul-event-card h2 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.sul-event-card h2 a {
	color: currentColor;
	text-decoration: none;
}

.sul-event-card h2 a:hover {
	text-decoration: underline;
}

.sul-event-card .sul-event-venue,
.sul-event-card .sul-event-price {
	margin: 0;
}

/* Venue/organizer terms render as links; keep the card's plain-text look. */
.sul-event-venue a,
.sul-event-organizer a {
	color: currentColor;
	text-decoration: none;
}

.sul-event-venue a:hover,
.sul-event-organizer a:hover {
	text-decoration: underline;
}

/* Past-event notice, after the old site's sl-event-notice styling. */
.sul-event-notice {
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	margin-bottom: var(--wp--preset--spacing--40);
}

.sul-event-notice p {
	margin: 15px;
}

/* Venue address + OpenStreetMap embed. */
.sul-venue-address {
	margin-top: 0;
}

.sul-venue-map {
	margin: 0;
}

.sul-venue-map iframe {
	border: 0;
	display: block;
	width: 100%;
}

.sul-venue-map figcaption {
	font-size: var(--wp--preset--font-size--small);
	margin-top: 0.25rem;
}

/* Single event: Detaljer/Plats sections, after the old site's events layout. */
.sul-event-details .sul-event-label {
	margin-bottom: 0;
}

.sul-event-details .sul-event-label + p {
	margin-top: 0;
}

.sul-event-details .sul-event-venue {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

/* Footer. */
.copyright-paragraph a {
	text-decoration: none;
}
