/*
Theme Name: Anchorage Trolley
Theme URI: https://example.com
Author: Anchorage Trolley
Description: Stitch-to-WordPress converted theme scaffold with editable sections and featured image fallbacks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: anchorage-trolley
*/

:root {
	--bg: #fcf9f8;
	--text: #322823;
	--accent: #F2A30F;
	--accent-2: #ee3f38;
	--trolley-dark: #852a24;
	--trolley-grad: linear-gradient(45deg, var(--trolley-dark) 0%, var(--accent-2) 46%, var(--accent-2) 54%, var(--trolley-dark) 100%);
	--accent-3: #BCDDEC;
	--surface: #f6f3f2;
	--border: #d5c4ad;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	color: var(--text);
	background: var(--bg);
	line-height: 1.5;
	font-size: 1.2rem;
}

/* ===== BASE ELEMENT DEFAULTS ===== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: var(--text);
	line-height: 1.15;
	margin: 0 0 0.75em;
	text-wrap: balance;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1rem, 2.5vw, 1.875rem); }
h4 { font-size: 1.375rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
	margin: 0 0 1.25em;
}

a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 0.2em;
	transition: color 0.15s ease;
}

a:hover {
	color: var(--accent-2);
}

strong { font-weight: 700; }
em     { font-style: italic; }

ul, ol {
	margin: 0 0 1.25em;
	padding-left: 1.5em;
}

li {
	margin-bottom: 0.4em;
}

li:last-child {
	margin-bottom: 0;
}

blockquote {
	margin: 1.5em 0;
	padding: 1em 1.25em;
	border-left: 4px solid var(--accent-2);
	background: var(--surface);
	border-radius: 0 0.5rem 0.5rem 0;
	color: #504533;
	font-style: italic;
}

blockquote cite {
	display: block;
	margin-top: 0.75em;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	color: var(--text);
}

code {
	font-family: ui-monospace, "Cascadia Code", "Fira Code", monospace;
	font-size: 0.875em;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 0.3em;
	padding: 0.1em 0.4em;
}

pre {
	font-family: ui-monospace, "Cascadia Code", "Fira Code", monospace;
	font-size: 0.875rem;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	padding: 1.25em;
	overflow-x: auto;
	margin: 0 0 1.5em;
	line-height: 1.6;
}

pre code {
	background: none;
	border: none;
	padding: 0;
	font-size: inherit;
}

hr {
	border: none;
	border-top: 1px solid var(--border);
	margin: 2rem 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

figcaption {
	margin-top: 0.5rem;
	font-size: 0.85rem;
	color: #6b5a45;
	font-style: italic;
}

mark {
	background: #f7e79e;
	color: var(--text);
	border-radius: 0.2em;
	padding: 0 0.2em;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5em;
	font-size: 0.95rem;
}

th, td {
	padding: 0.65em 0.875em;
	border: 1px solid var(--border);
	text-align: left;
	vertical-align: top;
}

th {
	background: var(--surface);
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--accent);
}

tr:nth-child(even) td {
	background: #faf7f5;
}

label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.35em;
	color: var(--text);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="date"],
textarea,
select {
	display: block;
	width: 100%;
	padding: 0.6em 0.875em;
	font-family: inherit;
	font-size: 1rem;
	color: var(--text);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	line-height: 1.5;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(125, 88, 0, 0.18);
}

textarea {
	min-height: 120px;
	resize: vertical;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237d5800' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75em center;
	padding-right: 2.5em;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.625rem 1.25rem;
	border-radius: 0.75rem;
	border: none;
	cursor: pointer;
	background: #852A24;
	color: #fff;
	transition: background 0.15s ease, opacity 0.15s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: var(--accent-2);
}

button:disabled,
input[type="submit"]:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

/* ===== END BASE ELEMENT DEFAULTS ===== */

.container {
	width: min(1120px, 92vw);
	margin: 0 auto;
}

.container:has(> .full-width-section) {
  width: 100%;
}
.full-width-section {
	background: var(--trolley-dark);
	color:white;
}
.full-width-section h2 {
	color: var(--accent);
}
.full-width-section.is-layout-flex {
	gap: 0;
}

.full-width-section.is-layout-flex > * {
	flex: 0 0 50%;
	max-width: 50%;
}

.wp-block-group h2, .wp-block-group p {
	padding: 0 5rem;
}

.wp-block-group.is-layout-flex:not(.detail-strip):not(.tabbed-groups) > .wp-block-group {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tabbed-groups {
	display: block;
}

.tabbed-groups > .wp-block-group {
	width: 100%;
	max-width: 100%;
	flex: unset;
}

.wp-block-group {
	clear:both;
}

.full-page-width {
	margin: 0;
}
.full-page-width img {
	width: 100%;
	height: 550px;
	object-fit: contain;
}

.extra-space {
	width: 100vw;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	padding-top: 6rem;
	padding-bottom: 40rem;
	background-image: url('assets/images/default.webp');
	background-size: cover;
	background-position: center bottom;
}

@media (max-width: 768px) {
	.extra-space {
		padding-bottom: 6rem;
	}
}

.site-header {
	background: var(--trolley-dark);
	position: relative;
	z-index: 100;
	overflow: visible;
	color: white;
}

.site-header .custom-logo {
	height: 125px;
	width: auto;
	display: block;
	border-radius: 50%;
	background: var(--trolley-dark);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0;
	height: 75px;
}

.site-branding {
	align-self: flex-start;
	position: relative;
	z-index: 1;
}

.menu {
	display: flex;
	gap: 3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a {
	color: inherit;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
}

.button {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	padding: 0.625rem 1rem;
	border-radius: 0.75rem;
}

.button--primary, .button--primary a {
	background: var(--accent-2);
	color: #fff;
	border-radius: 50rem;
}
.button--primary:hover {
	background: var(--accent);
	color: black;
}

.button--secondary {
	background: var(--accent);
	color: black;
	border-radius: 50rem;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 320px;
}

.hero--page {
	min-height: 550px;
	display: flex;
	align-items: flex-end;
}

.hero--page .hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero--page .hero__media .hero__image {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
}

.hero--page .hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 100%);
}

.hero--page .hero__content {
	position: relative;
	z-index: 1;
	padding: 2rem 0;
	
}

.hero--page .hero__content h1 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	margin-bottom: 0;
}

.hero--front {
	min-height: 67vh;
	display: flex;
	align-items: center;
	background: #f6f3f2;
}

.hero--front .hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero__image {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.hero--front .hero__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-width: 177.78vh;
	transform: translate(-50%, -50%);
	border: none;
	pointer-events: none;
}

.hero__content {
	padding: 2rem 0;
}

.hero--front .hero__content {
	position: relative;
	z-index: 1;
	width: min(1120px, 92vw);
	padding: clamp(5rem, 14vh, 9rem) 2rem clamp(3rem, 9vh, 6rem);
}

.hero--front .hero__content h1 {
	margin: 0 0 1.15rem;
	max-width: 12ch;
	font-size: clamp(2.5rem, 6.4vw, 5.4rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
	font-weight: 900;
	text-wrap: balance;
}

.hero--front .hero__content p {
	margin: 0 0 1.35rem;
	max-width: 58ch;
	font-size: clamp(1.08rem, 1.3vw, 1.32rem);
	line-height: 1.5;
	color: #504533;
	font-weight: 500;
}

.content-area {
	padding: 0;
}

.tours-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	padding: 0;
}

.tour-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

@media (max-width: 768px) {
	.tour-grid {
		grid-template-columns: 1fr;
	}
}

.tour-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 1rem;
	border-radius: 1.5rem 1.5rem 0 0;
}

.tour-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.tour-card__body {
	padding: 0 0 1rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.tour-card__media {
	position: relative;
}

.tour-card__media::after {
	content: '';
	position: absolute;
	inset: 40% 0 0 0;
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
	pointer-events: none;
}

.tour-card__title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 1rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	z-index: 1;
}

.tour-card__description {
	margin: 0 0 1rem;
}

.tour-card__actions {
	display: flex;
	gap: 0;
	margin-top: auto;
}

.tour-card__actions .button {
	flex: 1;
	text-align: center;
}

.tour-card__actions .button:only-child {
	border-radius: 0 0 1.5rem 1.5rem;
}

.tour-card__actions .button:first-child:not(:last-child) {
	border-radius: 0 0 0 1.5rem;
}

.tour-card__actions .button:last-child:not(:first-child) {
	border-radius: 0 0 1.5rem 0;
}

.contact-blocks-section {
	padding: 0;
}

.contact-block-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

.contact-block {
	background: var(--bg);
	border-top: 1px solid var(--accent);
	border-right: 1px solid var(--accent);
	padding: 2rem 1rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.contact-block:last-of-type {
	border-right: 0;
}

.contact-block__icon {
	display: block;
	margin: 0 0 1rem;
	color: var(--accent-2);
}

.contact-block__icon svg {
	display: block;
	width: 64px;
	height: 64px;
}

.contact-block__title {
	margin: 0 0 0.5rem;
}

.contact-block__body {
	margin: 0;
}

@media (max-width: 600px) {
	.contact-blocks-section {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 200;
	}

	.contact-block-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.contact-block {
		padding: 0.6rem 0.25rem;
	}

	.contact-block__icon {
		margin: 0 0 0.25rem;
	}

	.contact-block__icon svg {
		width: 28px;
		height: 28px;
	}

	.contact-block__body {
		display: none;
	}

	main {
		padding-bottom: 80px;
	}
}

.trust-strip-section {
	background: var(--accent);
	padding: 2rem 0;
}

.review-strip-section {
	background: var(--trolley-dark);
	padding: 2rem 0;
}

.trust-strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.trust-strip__logo {
	max-height: 100px;
	width: auto;
	display: inline-block;
	margin-bottom: 0.75rem;
}

.trust-strip h3 {
	margin: 0 0 0.5rem;
}

.trust-strip__rating,
.trust-strip__attribution {
	margin: 0;
	color: #504533;
	font-size: 0.95rem;
}

.trust-strip blockquote {
	margin: 0 0 0.5rem;
}

.trust-strip blockquote p {
	margin: 0;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
}

.post-card {
	border: 1px solid var(--border);
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
}

.post-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.post-card__body {
	padding: 1rem;
}

.post-card__title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.post-card__title a {
	color: inherit;
	text-decoration: none;
}

.social-links {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.social-links a {
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--border);
	border-radius: 999px;
	padding: 0.35rem 0.65rem;
	display: inline-flex;
	gap: 0.4rem;
	align-items: center;
}

@media (max-width: 768px) {
	.site-header__inner {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"logo nav"
			"btn  btn";
		height: auto;
		padding: 0.75rem 0;
		gap: 0.5rem 1rem;
		align-items: start;
	}

	.site-branding {
		grid-area: logo;
		align-self: center;
	}

	.site-nav {
		grid-area: nav;
	}

	.site-header__inner > .button {
		grid-area: btn;
		display: block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.site-header .custom-logo {
		height: 80px;
	}

	.menu {
		flex-direction: column;
		gap: 0.4rem;
		align-items: flex-end;
		text-align: right;
	}

	.trust-strip {
		grid-template-columns: 1fr;
	}

	.hero--front {
		min-height: 67svh;
	}

	.hero--front .hero__overlay {
		background: linear-gradient(180deg, rgba(252, 249, 248, 0.92) 0%, rgba(252, 249, 248, 0.58) 48%, rgba(252, 249, 248, 0.2) 100%);
	}

	.hero--front .hero__content h1 {
		max-width: 100%;
	}

	.wp-block-group.is-layout-flex {
		flex-direction: column;
	}

	.wp-block-group.is-layout-flex > *,
	.full-width-section.is-layout-flex > * {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
	}

	.wp-block-group.is-layout-flex figure,
	.full-width-section.is-layout-flex figure {
		order: 1;
	}
	
	.wp-block-group h2, .wp-block-group p {
		padding: 0 2rem;
	}
	.detail-strip.is-layout-flex {
		gap: 0;
	}
}


.wp-block-image img {
	object-fit: cover;
	width: 100%;
}


/* ===== SITE FOOTER ===== */
.site-footer {
	background: var(--trolley-dark);
	color: #fff;
}

.site-footer__top {
	padding: 3.5rem 0 2.5rem;
}

.site-footer__columns {
	display: grid;
	grid-template-columns: 200px 1fr 1fr 1fr;
	gap: 3rem;
	align-items: start;
}

.footer-col--brand {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-col--brand .custom-logo-link {
	display: block;
}

.footer-col--brand .custom-logo {
	max-width: 190px;
	height: auto;
	display: block;
}

.footer-site-name {
	font-size: 1.25rem;
	font-weight: 800;
	color: #f5b814;
}

.footer-col__title,
.site-footer .widget-title {
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: white;
	margin: 0 0 1rem;
	font-family: 'boogaloo', cursive;
}

.site-footer a {
	color: white;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.site-footer a:hover {
	text-decoration: underline;
}

.footer-col__contact-line {
	margin: 0 0 0.45rem;
	font-size: 0.95rem;
}

.footer-col__address-label {
	font-size: 0.85rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: white;
	margin: 0.85rem 0 0.35rem;
}

.footer-col__address {
	display: flex;
	gap: 0.4rem;
	align-items: flex-start;
	font-size: 0.9rem;
	margin: 0;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.footer-col__address-icon {
	flex-shrink: 0;
	margin-top: 0.15rem;
	color: #f5b814;
}

.footer-nav-list,
.site-footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.footer-nav-list li a,
.site-footer .widget ul li a {
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.site-footer__rule {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
}

.site-footer__bottom {
	padding: 1.1rem 0;
}

.site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-footer__copyright {
	font-size: 0.82rem;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.9);
}

.site-footer__bottom-left a,
.site-footer__bottom-right a {
	font-size: 0.82rem;
	color: #f5b814;
	text-decoration: none;
	white-space: nowrap;
}

.site-footer__bottom-left a:hover,
.site-footer__bottom-right a:hover {
	text-decoration: underline;
}

.site-footer__bottom-right {
	display: flex;
	gap: 1.5rem;
}

.site-footer__social {
	display: flex;
	align-items: center;
}

.footer-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.45rem;
	align-items: center;
}

.footer-social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	text-decoration: none !important;
	transition: opacity 0.18s ease;
}

.footer-social-icon:hover {
	opacity: 0.8;
}

.footer-social-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

/* Widget area bottom bar: strip default widget padding/margins */
.site-footer__bottom-left .widget,
.site-footer__bottom-right .widget,
.site-footer__social .widget {
	margin: 0;
}

.site-footer__bottom-left .widget ul,
.site-footer__bottom-right .widget ul {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__bottom-left .widget ul li a,
.site-footer__bottom-right .widget ul li a {
	font-size: 0.82rem;
	color: #f5b814;
	text-decoration: none;
}

.site-footer__bottom-left .widget ul li a:hover,
.site-footer__bottom-right .widget ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 900px) {
	.site-footer__columns {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.footer-col--brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.site-footer__columns {
		grid-template-columns: 1fr;
	}

	.footer-col--brand {
		grid-column: auto;
	}

	.site-footer__bottom-inner {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.site-footer__social {
		order: -1;
		width: 100%;
		justify-content: center;
	}

	.site-footer__bottom-right {
		flex-wrap: wrap;
		gap: 0.75rem;
	}
}

/* Block group row */
.detail-strip.is-layout-flex {
	gap: 3.5em;
	text-align: center;
}

.detail-strip h2 {
	color: var(--accent-2);
	font-size: 4rem;
	text-shadow: 1px 1px 6px white;
}

.detail-strip h3 {
	text-transform: uppercase;
	font-size: 2rem;
	text-shadow: 1px 1px 6px white;
}

/* ===== PAGE SECTIONS (ACF) ===== */

.page-spread {
	width: 100%;
	min-height: 600px;
	background-size: cover;
	background-position: center bottom;
  background-repeat: no-repeat;
}


.page-two-col {
	background: #fff;
	padding: 4rem 0;
}

.page-tabs__nav {
	display: flex;
	gap: 0;
	border-bottom: 2px solid var(--border);
	margin-bottom: 2rem;
}

.page-tabs__btn {
	flex: 1;
	text-align: center;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	padding: 0.75rem 1.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: var(--text);
	cursor: pointer;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.page-tabs__btn:hover {
	color: white;
	background: var(--accent);
}

.page-tabs__btn.is-active {
	color: var(--accent);
	border-bottom-color: var(--accent);
	background: none;
}

.page-tabs__panel {
	display: none;
}

.page-tabs__panel.is-active {
	display: block;
}

.tabbed-groups > .wp-block-group.page-tabs__panel {
	display: none !important;
}

.tabbed-groups > .wp-block-group.page-tabs__panel.is-active {
	display: block !important;
}

h3.wp-block-accordion-heading {
	font-size: 1.4rem;
}

@media (max-width: 600px) {
	.page-tabs__btn {
		font-size: 0.85rem;
		padding: 0.6rem 0.4rem;
	}
}