/**
 * Shared plugin styles.
 * Per-shortcode styles live in shortcodes/{name}/style.css
 */

/* Prevent theme styles from collapsing shortcode layout */
.pgcs-shortcode {
	position: relative;
	width: 100%;
}

.pgcs-coming-soon {
	max-width: 720px;
	margin: 0 auto;
	padding: 32px 24px;
	text-align: center;
	font-family: "Inter", sans-serif;
}

.pgcs-coming-soon__heading {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pgcs-coming-soon__text {
	margin: 0;
	color: rgb(255 255 255 / 70%);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.pgcs-coaches .pgcs-coming-soon__heading,
.pgcs-coaches .pgcs-coming-soon__text {
	color: #ffffff;
}

.pgcs-coaches .pgcs-coming-soon__text {
	color: rgb(255 255 255 / 70%);
}
