/**
Theme Name: Elior Independent
Author: Elior
Author URI: https://elior-na.com
Description: Independent School
Version: 1.0.2
Text Domain: elior-independent
Template: astra
*/

header .custom-logo-link img {
    max-width: 150px;
    width: auto;
	max-height: 100px;
	padding: 8px 0px;
}

h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    padding-bottom: .25em;
}

.entry-title {
    font-weight: 600;
}

ol, ul {
    margin: 0 0 1.5em 2em;
}

/* Document Upload and Links */
.doc-upload, .email a, .concept a, .news-post-content a {
    padding-bottom: 4px;
    border-bottom: 1px solid;
    transition: border-bottom 0.1s ease, font-weight 0.1s ease;
    text-decoration: none !important;
}

.concept-phone a {
    font-weight: 400 !important;
    padding-bottom: 0;
    border-bottom: 0;
}

.office a, .cell a {
    color: var(--ast-global-color-8);
    transition: border-bottom 0.1s ease, font-weight 0.1s ease;
    text-decoration: none;
}

.office a:hover, .cell a:hover {
    font-weight: 600;
    color: var(--ast-global-color-2);
    padding-bottom: 4px;
    border-bottom: 2px solid var(--ast-global-color-8);
}

.concept a, .news-post-content a {
    font-weight: 600;
    text-transform: capitalize;
}

h4 a.concept-name, h4 a.news-link {
    text-transform: unset;
    border-bottom: none;
    transition: border-bottom 0.1s ease, font-weight 0.1s ease;
}

.concept-name a:hover, .news-link a:hover {
    border-bottom: 2px solid var(--ast-global-color-8);
}

.doc-upload:hover, .email a:hover, .concept a:hover, .news-post-content a:hover {
    font-weight: 600;
    border-bottom: 2px solid var(--ast-global-color-8);
}

.doc-icon, .ext-icon, .misc-icon {
    padding-left: 4px;
}

/* Notifications */
.sitewide-notification {
    background-color: var(--ast-global-color-3);
	font-size: .85em;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 1000;
}

.sitewide-notification .flex-container {
    gap: 20px;
    width: 100%;
	margin-bottom: 0;
}

.sitewide-notification .flex-item {
    padding: 1em;
}

.sitewide-notification p {
    line-height: 1.5em;
    margin-bottom: 0;
}

.sitewide-notification .flex-item.one-quarter {
    text-align: center;
}

/* HOME */
.intro-card {
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: #ccc;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.064);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.intro-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.intro-card.visible {
    opacity: 1;
    transform: scale(1);
}

.intro-card-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.intro-card-img-wrapper picture,
.intro-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-card-txt {
    width: 100%;
    background-color: var(--ast-global-color-4);
    border-radius: 0px 0px 8px 8px;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.intro-card-hl {
    font-size: 1.15em;
}

.intro-card p {
    font-size: 0.85em;
    margin-bottom: 0;
}

/* FOOTER */
.site-footer p {
	margin-bottom: 1em;
}

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

.footer-logo {
	width: 200px;
}

.copyright {
	color: #ffffff;
}

.copyright:hover {
	color: #d0d7cf;
	text-decoration: underline;
}

.footer-terms {
	margin-bottom: 1em !important;
}

.footer-terms li {
	display: inline;
	margin-right: 10px;
}

.widget-title {
	margin-bottom: 0.25em;
}

.footer-widget-area .widget_nav_menu i {
	padding-left: .5em;
}

.footer-widget-area #media_image-3 {
	margin-bottom: .5em;
}

/* HERO */
.hero {
	position: relative;
	height: calc(60vh + 100px);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	max-width: 2480px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--ast-global-color-1);
	z-index: -2;
}

.hero::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50%;
	width: 100%;
	background-image: url('/wp-content/themes/e-independent/assets/img/wave_white001.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 120% auto;
	opacity: 0.15;
	z-index: 0;
}

.page-hero {
	position: relative;
	height: calc(30vh + 100px);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	max-width: 2480px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--ast-global-color-1);
	z-index: -2;
}

.page-hero::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50%;
	width: 100%;
	background-image: url('/wp-content/themes/e-independent/assets/img/wave_white001.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 120% auto;
	opacity: 0.15;
	z-index: 0;
}

.page-hero.no-image {
	background-color: var(--ast-global-color-1);
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	object-fit: cover;
	z-index: -2;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.2) 75%);
	z-index: -1;
}

.page-hero.no-image .hero-overlay {
	display: none;
}

.hero-content {
	position: relative;
	z-index: 2;
	text-align: left;
	padding: 0 20px 10% 20px;
	height: auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: var(--ast-global-color-4);
	animation: fadeZoomIn 1.2s ease forwards;
	animation-delay: 0.3s;
	opacity: 0;
}

.hero-title {
	font-size: 3.5rem;
	font-weight: 600;
	color: var(--ast-global-color-4);
	line-height: 1.25em;
	padding-bottom: 16px;
}

/* CONTAINER */
.full-width-section {
	background-color: var(--ast-global-color-5);
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 20px 0;
	margin-top: 60px;
	margin-bottom: 60px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: stretch;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.middle {
	align-items: center;
}

.flex-item {
	padding: 20px 0;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.nested-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}

.full {
	flex: 0 0 100%;
	max-width: 1200px;
	display: block;
	clear: both;
	margin: 0 auto;
}

.one-half {
	flex: 1 1 calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.two-third {
	flex: 1 1 calc(66.67% - 20px);
	max-width: calc(66.67% - 20px);
}

.one-third {
	flex: 1 1 calc(33.33% - 26.67px);
}

.three-quarter {
	flex: 1 1 calc(75% - 20px);
	max-width: calc(75% - 20px);
}

.one-quarter {
	flex: 1 1 calc(25% - 20px);
	max-width: calc(25% - 20px);
}

/* MODAL */
#external-link-modal .close-modal-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

#external-link-modal .close-modal-btn:hover,
#external-link-modal .close-modal-btn:focus {
	color: #000;
	outline: none;
}

#external-link-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

#external-link-modal .modal-content {
	background-color: var(--ast-global-color-4);
	margin: 10% auto;
	padding: 60px 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 400px;
	text-align: center;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#modal-heading {
	font-size: 1.25em;
}

#external-link-modal .modal-buttons {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 16px;
}

#external-link-modal .cancel-btn {
	background-color: #e0e0e0;
	color: #333;
}

#external-link-modal button:focus {
	outline: 3px solid #ffbf47;
}

/* 404 */
.not-found {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.not-found h1 {
	font-size: 10em;
	color: var(--ast-global-color-0);
}

.not-found p {
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: 600;
	padding: 0 5%;
}

/* IMAGES */
.intro-image {
	position: relative;
	z-index: 1;
	aspect-ratio: 3 / 4;
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.064);
	opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s ease, transform 1s ease;
}

.intro-image.visible {
    opacity: 1;
    transform: scale(1);
}

/* MENUS */
.location-links {
    display: flex;
    column-gap: 1em;
    flex-wrap: wrap;
}

.location-learn, .location-ordering {
    margin-bottom: 0.5em;
}

.location-ordering a {
    border-bottom: none;
    padding-bottom: 0.5em;
}

.location-ordering a:hover {
    border-bottom: none;
}

.menu-notice {
    font-size: .75em;
    font-style: italic;
    line-height: 1.25em;
}

.menu-notice p {
    margin-bottom: 0.5em;
}

/* TK MENU */
#menu-tk {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 1em;
}

/* PDF MENU */
.pdf-tabs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 !important;
	width: 100%;
	gap: 10px;
}

.pdf-tabs li {
	flex: 1 1 calc(20% - 10px);
	padding-bottom: 0 !important;
	display: flex;
}

.pdf-tab-button {
	width: 100%;
	padding: 1em;
	font-size: 0.85em;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.1s;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 40px;
}

.pdf-tab-button[aria-selected="true"] {
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-4);
}

.pdf-tab-button[aria-selected="false"] {
	background-color: var(--ast-global-color-5);
	color: var(--ast-global-color-0);
}

.pdf-tab-button[aria-selected="false"]:hover {
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-4);
}

.pdf-viewer-container {
	text-align: center;
}

.pdf-canvas {
	width: 100%;
	margin-top: 1em;
}

.pdf-controls {
	margin: 0;
	padding: 1.5em 0 0 0;
	font-size: 0.8em;
	text-align: right;
	cursor: pointer;
	background-color: var(--ast-global-color-4);
}

.pdf-controls span {
	margin: 0 0.25em;
}

.pdf-controls .page-info {
	display: none;
}

.prev-menu-page,
.next-menu-page {
	background: none;
	margin: 0 1em;
	padding: 0 0 4px 0;
	font-weight: 400;
	letter-spacing: normal;
	border-radius: 0;
	transition: border-bottom 0.1s ease, font-weight 0.1s ease;
	color: var(--ast-global-color-0);
}

.prev-menu-page:hover,
.next-menu-page:hover {
	background: none;
	color: var(--ast-global-color-2);
	font-weight: 600;
	border-bottom: 2px solid var(--ast-global-color-8);
}

.prev-menu-page:active,
.next-menu-page:active,
.prev-menu-page:focus,
.next-menu-page:focus {
	background: none;
	color: var(--ast-global-color-8);
}

.concept-icon {
    color: var(--ast-global-color-2);
}

.save-menu {
	text-align: right;
	font-size: 0.8em;
	padding: 1em 0;
}

.save-menu .concept-icon {
	padding-right: 0.25em;
}

.save-menu a {
	padding-bottom: 4px;
	color: var(--ast-global-color-8);
	transition: border-bottom 0.1s ease, font-weight 0.1s ease;
}

.save-menu a:hover {
	font-weight: 600;
	color: var(--ast-global-color-2);
	border-bottom: 2px solid var(--ast-global-color-8);
}

.save-menu-divider {
	margin: 0 0.25em;
}

/* BEWELL */
#bewell {
	width: 100%;
	height: 100vh;
	margin-top: 1em;
}

/* NEWS */
.flex-item.full.news-post-item {
	padding: 20px 0;
}

.news-post-content {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.news-post-content h4 {
	font-size: 1.25em;
	margin-bottom: .5em;
}

.post-meta {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: .9em;
}

.post-date,
.post-categories {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-right: .5em;
	margin-bottom: .5em;
}

.post-icon {
	color: var(--ast-global-color-2);
}

.news-featured-image {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 4px;
	padding-bottom: 1em;
}

.news-featured-image img.news-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-numbers {
	padding: 8px;
}

.page-numbers:hover {
	font-weight: 600;
	border-bottom: 2px solid var(--ast-global-color-8);
}

.page-numbers.current {
	font-weight: 600;
}

.page-numbers.current:hover {
	border-bottom: none;
}

/* EVENTS */
.type-tribe_events,
.tribe-events-pg-template {
	padding: 0 !important;
}

.tribe-events-calendar-list__event,
.tribe-events-calendar-latest-past__event {
	padding: 0 !important;
	background-color: transparent !important;
}

/* PAYMENTS */
/* Meal Plan */
.info-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    gap: 10px
}

.info-tabs li {
    flex: 1 1 calc(20% - 10px);
    padding-bottom: 0 !important;
}

.info-tab-button {
    width: 100%;
    padding: 1em;
    font-size: .85em;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}

.info-tab-button[aria-selected="true"] {
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
}

.info-tab-button[aria-selected="false"] {
    background-color: var(--ast-global-color-5);
    color: var(--ast-global-color-0);
}
.info-tab-button[aria-selected="false"]:hover {
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
}

.info-tab-panel {
    padding-top: 1.5em;
}

.info-tab-panel h4 {
    padding-bottom: 1em;
}

.info-viewer-container {
    text-align: center;
}

ul.meal-plan-list, ul.faq-list {
    list-style: none;
    margin: 0 !important;
}

ul.meal-plan-list li p {
    margin-bottom: 0;
}

ul.meal-plan-list li p:last-child {
    margin-bottom: 0.5em;
}

ul.meal-plan-list ul {
    margin: 0 0 0 2em;
}

ul.faq-list li p {
    margin-bottom: 0.5em;
}

/* CONTACT */
.contact-box {
	max-width: 400px;
}

/* SOCIAL */
.social-icons a {
	margin-right: .75em;
	font-size: 1.75em;
	transition: color 0.3s;
}

.follow-us-text {
	font-size: 1.25em;
	margin-right: 1em;
}

.social-icons a.facebook:hover {
	color: #1877F2;
	/* Facebook official blue */
}

.social-icons a.instagram:hover {
	color: #E4405F;
	/* Instagram official pink */
}

.social-icons a.threads:hover {
	color: #000000;
	/* Instagram official black */
}

.social-icons a.twitter:hover {
	color: #1DA1F2;
	/* Twitter official blue */
}

.social-icons a.tiktok:hover {
	color: #010101;
	/* TikTok official black */
}

.social-icons a.bluesky:hover {
	color: #208BFE;
	/* Bluesky official blue */
}

/* Resources Section */
.resources {
	background-color: var(--ast-global-color-4);
	padding: 32px;
	margin: 48px 0;
	border-radius: 8px;
	width: 100%;
}
.resources ul {
	margin: 0 0 1em 1em;
}
.resources li {
	padding-bottom: .5em;
}
.headshot-wrapper {
	width: 100%;
	max-width: 400px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 1em;
}
.headshot-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.email, .office, .cell {
	font-size: .9em;
}
.office, .cell {
	padding-bottom: 0.15em !important;
}
.resources ul.contact-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.resources ul.contact-details li {
	padding-bottom: 0.5em;
	line-height: 1.5;
}
.resources-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: .5em;
	position: relative;
}
.resources-header h4 {
	margin: 0;
	flex-shrink: 0;
	line-height: 1;
}
.resources-header::after {
	content: '';
	flex-grow: 1;
	height: 2px;
	background-color: var(--ast-global-color-7);
	margin-top: -.25em;
}
/* Contact Form */
.gform_required_legend {
	font-size: .8rem;
	font-style: italic;
}
.contact-form .gform_wrapper .gform_body .gform_fields .gfield {
	background-color: #F3F4F6 !important;
}
/* Ensure input and select fields have a solid border and no box-shadow */
.contact-form .gform_wrapper input,.contact-form .gform_wrapper input[type="text"],.contact-form .gform_wrapper select {
	border: 1px solid #999 !important;
	height: 50px !important;
	box-shadow: none !important;
}
/* Textarea styles */
.contact-form .gform_wrapper textarea {
	background-color: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #999 !important;
	box-shadow: none !important;
	position: relative;
	z-index: 10;
}
/* Improve focus styles */
.contact-form .gform_wrapper input:focus,.contact-form .gform_wrapper textarea:focus {
	background-color: #f5f5f5 !important;
	color: #000000 !important;
	border-color: var(--ast-global-color-7) !important;
	outline: 2px solid var(--ast-global-color-7) !important;
}
/* Ensure select fields are readable */
.contact-form .gform_wrapper .gform_body .gform_fields .gfield select {
	color: var(--ast-global-color-0) !important;
	padding-top: 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/wp-content/themes/e-independent/assets/chevron-down-sharp-light.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px 15px;
}
/* Adjust padding for select fields */
.contact-form .gform_wrapper select.gfield_select {
	padding-left: 16px !important;
}
/* Improve focus styles for select fields */
.contact-form .gform_wrapper select:active,.contact-form .gform_wrapper select:focus {
	color: var(--ast-global-color-0) !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	background-image: url('/wp-content/themes/e-independent/assets/chevron-down-sharp-light.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px 15px;
}
/* Improve contrast of placeholder text */
.contact-form .gform_wrapper textarea::placeholder {
	color: #666 !important;
	opacity: 1 !important;
}
.contact-form .gform_wrapper input.gform_button {
	background-color: var(--ast-global-color-0) !important;
	color: var(--ast-global-color-4) !important;
	border-radius: 4px !important;
	border: none !important;
	padding: 10px 20px !important;
	font-weight: 600 !important;
	font-size: 1em !important;
}
.contact-form .gform_wrapper input.gform_button:hover {
	background-color: var(--ast-global-color-2) !important;
	color: #fff !important;
}


/* ANIMATIONS */
@keyframes fadeSlideUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeZoomIn {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* TABLET */
@media (max-width: 47.99em) {

	/* HERO */
	.hero::before, .page-hero::before {
		height: 25%;
	}

	.hero-title {
		font-size: 2rem;
	}

	/* CONTAINER */
	.flex-container,
	.nested-contact {
		flex-wrap: wrap;
	}

	.one-third,
	.two-third,
	.one-quarter,
	.three-quarter,
	.one-half,
	.full {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* IMAGES */
	.intro-image-frame {
		aspect-ratio: 4 / 3;
		max-width: 100%;
	}

	.intro-image {
		aspect-ratio: 4 / 3;
		max-width: 100%;
	}

	/* SITEWIDE NOTIFICATION */
	.sitewide-notification {
		padding: 20px;
	}

	.sitewide-notification .flex-container {
		gap: 1em;
	}

	.sitewide-notification .flex-item.one-quarter {
		text-align: left;
	}

	/* PDF MENU */
	.pdf-tabs li,
	.info-tabs li {
		flex: 1 1 calc(33.33% - 10px);
		display: flex;
	}

	.pdf-tab-button,
	.info-tab-button {
		padding: 1em 0.25em;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
	}

	.pdf-tab-button,
	.info-tab-button {
		padding: 1em 0.25em;
	}

	/* CONTACT */
	.contact-box {
		padding: 0;
	}

	/* NEWS */
	.news-post-item {
		flex-direction: column;
	}

	.news-post-image,
	.news-post-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* PHONES */
@media (max-width: 29.99em) {

	/* NAV */
	header .custom-logo-link img,
	.ast-header-break-point .site-branding img,
	.ast-header-break-point .custom-logo-link img {
		max-width: 120px;
		width: auto;
	}

	/* PDF MENU */

	.pdf-controls {
		text-align: center;
	}

	.pdf-tabs li {
		flex: 1 1 100%;
	}

	.pdf-tab-button {
		width: 100%;
	}

	.pdf-tabs li button {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
	}

	.pdf-tabs-container li,
	.pdf-tabs-container li button {
		width: 100%;
	}

	.resources {
		padding: 32px 20px;
	}

	/* NEWS */
	.post-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
    .intro-card,
    .intro-image {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}