/*
Theme Name: Houston POTA
Theme URI: https://houstonpota.org
Description: Club theme for Houston POTA. Child theme of Twenty Twenty-Five.
Author: Houston POTA
Version: 1.0.0
Template: twentytwentyfive
Requires at least: 6.7
Tested up to: 6.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: houstonpota
*/

/* Schedule and fact tables — used on the events page and park guides */
.hp-schedule table,
.hp-facts table {
	border-collapse: collapse;
	width: 100%;
}

.hp-schedule td,
.hp-facts td {
	border: none;
	border-bottom: 1px solid var(--wp--preset--color--rule);
	padding: 0.7rem 0.5rem 0.7rem 0;
}

.hp-schedule tr td:first-child {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	font-weight: 600;
	color: var(--wp--preset--color--rust);
}

/* Marker for the next upcoming event */
.hp-next {
	border-left: 5px solid var(--wp--preset--color--rust);
	padding-left: 1.25rem;
}

/* Photos read better with a very slight softening */
.wp-block-gallery img,
figure.wp-block-image img {
	border-radius: 3px;
}

/* Keep body text comfortably large on phones — a lot of our members
   are reading this outdoors on a bright screen */
@media (max-width: 640px) {
	body {
		font-size: 1.125rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}
