/*
Theme Name: SEQ Weather
Theme URI: https://seqweather.com/
Author: SEQ Weather
Description: A fast, accessible and independent WordPress theme built specifically for SEQ Weather.
Version: 1.0.18
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: seqweather
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--seq-blue: #078bc4;
	--seq-blue-dark: #075b86;
	--seq-blue-deep: #063852;
	--seq-blue-soft: #eaf7fc;
	--seq-sky: #33b7e8;
	--seq-ink: #162633;
	--seq-muted: #5e6f7a;
	--seq-line: #d9e5eb;
	--seq-surface: #ffffff;
	--seq-page: #f3f7f9;
	--seq-danger: #b91c1c;
	--seq-radius: 16px;
	--seq-shadow: 0 12px 32px rgba(10, 55, 78, .10);
	--seq-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--seq-page);
	color: var(--seq-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}
body.admin-bar .seq-site-header { top: 32px; }
img, video, iframe { max-width: 100%; }
img { height: auto; }
a { color: var(--seq-blue-dark); text-decoration-thickness: .08em; text-underline-offset: .15em; }
a:hover, a:focus { color: var(--seq-blue); }
button, input, select, textarea { font: inherit; }
button, .seq-button { cursor: pointer; }
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 10px;
	top: 10px;
	width: auto;
	z-index: 100000;
	padding: .75rem 1rem;
	background: #fff;
	color: var(--seq-blue-deep);
}
.seq-wrap { width: min(calc(100% - 40px), var(--seq-width)); margin-inline: auto; }

/* Header */
.seq-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,.98);
	border-bottom: 1px solid var(--seq-line);
	box-shadow: 0 4px 20px rgba(7, 61, 88, .07);
}
.seq-utility-nav {
	background: var(--seq-blue-soft);
	border-bottom: 1px solid #cce8f4;
}
.seq-utility-menu {
	display: flex;
	justify-content: flex-end;
	gap: 4px;
	margin: 0;
	padding: 4px 0;
	list-style: none;
}
.seq-utility-menu a {
	display: block;
	padding: 4px 9px;
	border-radius: 7px;
	color: var(--seq-blue-deep);
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}
.seq-utility-menu a:hover,
.seq-utility-menu a:focus,
.seq-utility-menu .current-menu-item > a {
	background: #fff;
	color: var(--seq-blue-dark);
}
.seq-brand-row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 128px;
	padding-block: 18px;
	overflow: hidden;
}
.seq-brand-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	box-shadow: inset 0 0 50px 26px #fff;
}
.seq-brand-video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
}
.seq-branding, .seq-socials { position: relative; z-index: 1; }
.seq-brand { display: inline-flex; align-items: center; text-decoration: none; }
.seq-brand img, .custom-logo { display: block; width: min(290px, 55vw); max-height: 96px; object-fit: contain; }
.seq-brand-text { font-size: 2rem; font-weight: 800; color: var(--seq-blue); letter-spacing: -.03em; }
.seq-socials { display: flex; gap: 10px; align-items: center; }
.seq-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--seq-line);
	border-radius: 999px;
	background: #fff;
	color: var(--seq-blue-deep);
	font-size: .88rem;
	font-weight: 750;
	text-decoration: none;
}
.seq-socials a:hover { border-color: var(--seq-sky); background: var(--seq-blue-soft); }

/* Optional warning ticker */
.seq-warning-strip {
	display: flex;
	align-items: stretch;
	min-height: 42px;
	overflow: hidden;
	background: #b91c1c;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.22);
}
.seq-warning-label {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	padding: 8px max(16px, calc((100vw - var(--seq-width)) / 2 + 20px));
	padding-right: 18px;
	background: #7f1d1d;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.seq-warning-label span {
	display: inline-grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #fff;
	color: #991b1b;
}
.seq-warning-viewport { min-width: 0; flex: 1; overflow: hidden; }
.seq-warning-track {
	display: inline-flex;
	align-items: center;
	gap: 34px;
	min-width: max-content;
	min-height: 42px;
	font-size: .92rem;
	font-weight: 800;
	white-space: nowrap;
	animation: seq-warning-scroll 28s linear infinite;
}
.seq-warning-track a { color: #fff; text-decoration: underline; }
.seq-warning-track .widget { display: inline-flex; align-items: center; margin: 0; }
.seq-warning-track .widget-title { margin: 0 10px 0 0; color: #fff; font: inherit; }
.seq-warning-track p { margin: 0; }
.seq-warning-strip:hover .seq-warning-track,
.seq-warning-strip:focus-within .seq-warning-track { animation-play-state: paused; }
@keyframes seq-warning-scroll {
	from { transform: translateX(100vw); }
	to { transform: translateX(-100%); }
}

.seq-nav-shell { background: var(--seq-blue-deep); }
.seq-nav-inner { display: flex; align-items: stretch; justify-content: space-between; min-height: 56px; }
.seq-menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font-weight: 800;
	padding: 12px 0;
}
.seq-menu-icon, .seq-menu-icon::before, .seq-menu-icon::after {
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform .2s ease;
}
.seq-menu-icon { position: relative; }
.seq-menu-icon::before { position: absolute; top: -7px; }
.seq-menu-icon::after { position: absolute; top: 7px; }
.seq-primary-menu, .seq-primary-menu ul { list-style: none; margin: 0; padding: 0; }
.seq-primary-menu { display: flex; align-items: stretch; flex-wrap: nowrap; }
.seq-primary-menu > li { position: relative; }
.seq-primary-menu a {
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 0 16px;
	color: #fff;
	font-size: .92rem;
	font-weight: 760;
	white-space: nowrap;
	text-decoration: none;
}
.seq-primary-menu > li:hover > a,
.seq-primary-menu > .current-menu-item > a,
.seq-primary-menu > .current-menu-ancestor > a { background: var(--seq-blue); }
.seq-primary-menu .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 260px;
	padding: 8px;
	background: #fff;
	border: 1px solid var(--seq-line);
	border-radius: 0 0 12px 12px;
	box-shadow: var(--seq-shadow);
}
.seq-primary-menu li:hover > .sub-menu,
.seq-primary-menu li:focus-within > .sub-menu { display: block; }
.seq-primary-menu .sub-menu a { min-height: 0; padding: 10px 12px; border-radius: 8px; color: var(--seq-ink); }
.seq-primary-menu .sub-menu a:hover { background: var(--seq-blue-soft); color: var(--seq-blue-dark); }
.seq-submenu-toggle { display: none; }
.seq-header-search { display: flex; align-items: center; margin-left: 16px; }
.seq-header-search input { width: 180px; border: 0; border-radius: 999px; padding: 8px 40px 8px 14px; }
.seq-header-search button { margin-left: -36px; border: 0; background: transparent; color: var(--seq-blue-deep); }

/* Layout */
.seq-main { padding-block: 42px 64px; }
.seq-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 34px; align-items: start; }
.seq-content-grid.seq-full-width { display: block; }
.seq-main-column, .seq-sidebar-card, .seq-article, .seq-page-card {
	background: var(--seq-surface);
	border: 1px solid var(--seq-line);
	border-radius: var(--seq-radius);
	box-shadow: var(--seq-shadow);
}
.seq-page-card, .seq-article { padding: clamp(22px, 4vw, 48px); }
.seq-module-page { background: transparent; border: 0; box-shadow: none; padding: 0; }
.seq-page-header { margin-bottom: 28px; }
.seq-page-header h1, .seq-entry-title {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.08;
	letter-spacing: -.04em;
	color: var(--seq-blue-deep);
}
.seq-entry-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; color: var(--seq-muted); font-size: .9rem; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--seq-blue-deep); line-height: 1.2; }
.entry-content h2 { margin-top: 2rem; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.entry-content blockquote { margin-inline: 0; padding: 18px 22px; border-left: 5px solid var(--seq-blue); background: var(--seq-blue-soft); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 10px; border: 1px solid var(--seq-line); text-align: left; }
.entry-content .alignwide { margin-left: min(-5vw, -40px); margin-right: min(-5vw, -40px); max-width: none; }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--seq-muted); font-size: .88rem; }
.seq-has-camera-page .video-js {
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	aspect-ratio: 16 / 9;
}
.seq-has-camera-page .video-js .vjs-tech { object-fit: contain; }

/* Homepage */
.seq-home-intro { padding: clamp(28px, 5vw, 54px); background: linear-gradient(135deg, #fff 0%, #edf9fe 100%); border: 1px solid #cfeaf5; border-radius: 20px; box-shadow: var(--seq-shadow); }
.seq-home-layout > .seq-main-column { background: transparent; border: 0; box-shadow: none; }
.seq-home-intro .seq-eyebrow, .seq-section-heading .seq-eyebrow {
	margin: 0 0 6px;
	color: var(--seq-blue);
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.seq-home-intro h1 { margin: 0 0 18px; color: var(--seq-blue-deep); font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.seq-home-intro .entry-content { max-width: 820px; font-size: 1.08rem; }
.seq-home-news { margin-top: 42px; }
.seq-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.seq-section-heading h2 { margin: 0; color: var(--seq-blue-deep); font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.1; }
.seq-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.seq-news-ad { grid-column: 1 / -1; }
.seq-news-card { overflow: hidden; background: #fff; border: 1px solid var(--seq-line); border-radius: 15px; box-shadow: 0 8px 24px rgba(10,55,78,.08); }
.seq-news-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.seq-news-card-body { padding: 20px; }
.seq-news-card h3 { margin: 0 0 10px; font-size: 1.3rem; line-height: 1.25; }
.seq-news-card h3 a { color: var(--seq-blue-deep); text-decoration: none; }
.seq-news-card p { margin: 0 0 14px; color: var(--seq-muted); }
.seq-read-more { display: inline-flex; align-items: center; font-weight: 800; text-decoration: none; }
.seq-empty-news { padding: 28px; background: #fff; border: 1px dashed #aec8d5; border-radius: 14px; color: var(--seq-muted); }

/* Forecast */
.seq-forecast-card { overflow: hidden; background: #fff; border: 1px solid var(--seq-line); border-radius: var(--seq-radius); box-shadow: var(--seq-shadow); }
.seq-forecast-card-header { padding: 18px 20px 12px; }
.seq-forecast-card-header p { margin: 0; color: var(--seq-blue); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.seq-forecast-card-header h2 { margin: 2px 0 0; color: var(--seq-blue-deep); font-size: 1.45rem; }
.seq-forecast-image { display: block; width: 100%; height: auto; object-fit: contain; background: #f7fafb; }
.seq-forecast-body { padding: 18px 20px 22px; }
.seq-forecast-body h3 { margin: 0 0 8px; font-size: 1.15rem; line-height: 1.3; }
.seq-forecast-body h3 a { color: var(--seq-blue-deep); text-decoration: none; }
.seq-forecast-body p { margin: 0 0 14px; color: var(--seq-muted); font-size: .94rem; }
.seq-forecast-single { max-width: 920px; margin-inline: auto; }
.seq-forecast-single .seq-featured-image { margin: 0 0 28px; }
.seq-forecast-single .seq-featured-image img { display: block; width: 100%; height: auto; object-fit: contain; }

/* Archives */
.seq-archive-header { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--seq-line); }
.seq-archive-list { display: grid; gap: 20px; }
.seq-list-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--seq-line); border-radius: 14px; }
.seq-list-card img { display: block; width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.seq-list-card-body { padding: 22px; }
.seq-list-card h2 { margin: 0 0 10px; line-height: 1.2; }
.seq-list-card h2 a { color: var(--seq-blue-deep); text-decoration: none; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.nav-links a, .nav-links span { padding: 8px 13px; border-radius: 8px; background: #fff; border: 1px solid var(--seq-line); text-decoration: none; }
.nav-links .current { background: var(--seq-blue); border-color: var(--seq-blue); color: #fff; }
.seq-not-found { max-width: 760px; margin-inline: auto; text-align: center; }
.seq-not-found .seq-button { display: inline-block; border-radius: 9px; text-decoration: none; }

/* Ads */
.seq-ad-slot { display: none; }
.seq-ad-slot:has(.widget), .seq-ad-slot.seq-ad-active { display: block; }
.seq-ad-slot .widget { margin: 0; }
.seq-ad-slot-inner { width: 100%; overflow: hidden; text-align: center; }
.seq-ad-slot-label { margin: 0 0 5px; color: #83909a; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.seq-ad-header { margin-block: 14px; }
.seq-ad-home { margin: 28px 0 10px; }
.seq-ad-sidebar { margin-top: 24px; }
.seq-ad-in-article { margin: 30px auto; padding: 12px 0; border-block: 1px solid var(--seq-line); }
.seq-ad-footer { margin-bottom: 30px; }
.seq-ad-slot iframe, .seq-ad-slot ins { max-width: 100%; }

/* Sidebar and forms */
.seq-sidebar { display: grid; gap: 24px; min-width: 0; }
.seq-sidebar-card { width: 100%; min-width: 0; overflow: hidden; padding: 22px; }
.seq-sidebar .widget,
.seq-sidebar .wp-block-latest-posts,
.seq-sidebar .wp-block-latest-posts__list,
.seq-sidebar .wp-block-latest-posts__featured-image { min-width: 0; max-width: 100%; }
.seq-sidebar .alignleft,
.seq-sidebar .alignright { float: none; width: 100%; max-width: 100%; margin-inline: 0; }
.seq-sidebar .wp-block-latest-posts__featured-image img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}
.seq-sidebar-card .widget { margin-bottom: 24px; }
.seq-sidebar-card .widget:last-child { margin-bottom: 0; }
.widget-title { margin: 0 0 14px; color: var(--seq-blue-deep); font-size: 1.15rem; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding-block: 8px; border-bottom: 1px solid var(--seq-line); }
.widget li:last-child { border-bottom: 0; }
.search-form { display: flex; }
.search-form label { flex: 1; }
.search-field { width: 100%; border: 1px solid var(--seq-line); border-radius: 9px 0 0 9px; padding: 10px 12px; }
.search-submit, .seq-button {
	border: 0;
	border-radius: 0 9px 9px 0;
	background: var(--seq-blue);
	color: #fff;
	font-weight: 800;
	padding: 10px 16px;
}

/* Existing page blocks */
.seq-safety-grid > .wp-block-group__inner-container { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.seq-safety-card { padding: 22px; background: var(--seq-blue-soft); border: 1px solid #cce8f4; border-radius: 14px; }
.seq-safety-card h3 { margin-top: 0; }
.seqwc-shell, .seqweather-monitor, .seq-cs-wrap, .seqw-contact-wrap { max-width: 100% !important; }

/* Footer */
.seq-site-footer { background: var(--seq-blue-deep); color: #dceaf0; }
.seq-footer-inner { padding-block: 42px; }
.seq-footer-content { max-width: 980px; font-size: .9rem; }
.seq-footer-content p { margin: 0 0 14px; }
.seq-footer-content p:last-child { margin-bottom: 0; }
.seq-footer-content strong { color: #fff; }
.seq-footer-content a { color: #fff; }

@media (max-width: 1180px) {
	.seq-header-search { display: none; }
	.seq-primary-menu { width: 100%; justify-content: space-between; }
	.seq-primary-menu a { padding-inline: 10px; font-size: .86rem; }
}

@media (max-width: 980px) {
	body.admin-bar .seq-site-header { top: 46px; }
	.seq-content-grid { grid-template-columns: minmax(0, 1fr); }
	.seq-sidebar {
		width: 100%;
		max-width: 520px;
		grid-template-columns: minmax(0, 1fr);
		justify-self: center;
	}
	.seq-primary-menu a { padding-inline: 8px; }
}

@media (max-width: 760px) {
	body { font-size: 16px; }
	.seq-wrap { width: min(calc(100% - 24px), var(--seq-width)); }
	.seq-utility-menu { justify-content: center; flex-wrap: wrap; gap: 0 2px; padding-block: 5px; }
	.seq-utility-menu a { padding: 4px 7px; font-size: .72rem; }
	.seq-brand-row { min-height: 94px; padding-block: 12px; }
	.seq-brand img, .custom-logo { width: min(220px, 66vw); max-height: 72px; }
	.seq-socials a { min-width: 40px; width: 40px; height: 40px; padding: 0; font-size: 0; }
	.seq-socials a::before { font-size: 1rem; font-weight: 900; }
	.seq-social-facebook::before { content: "f"; }
	.seq-social-youtube::before { content: "▶"; }
	.seq-menu-toggle { display: flex; }
	.seq-nav-inner { display: block; min-height: 52px; }
	.seq-primary-menu { display: none; padding-bottom: 10px; }
	.seq-primary-menu.is-open { display: block; }
	.seq-primary-menu > li { width: 100%; }
	.seq-primary-menu > .menu-item-has-children { position: relative; }
	.seq-primary-menu a { min-height: 46px; padding: 10px 12px; border-radius: 8px; }
	.seq-primary-menu > .menu-item-has-children > a { padding-right: 58px; }
	.seq-primary-menu .sub-menu { position: static; width: auto; margin-left: 16px; padding: 0; background: transparent; border: 0; box-shadow: none; }
	.seq-primary-menu li.menu-item-has-children:not(.is-submenu-open) > .sub-menu { display: none; }
	.seq-primary-menu li.menu-item-has-children.is-submenu-open > .sub-menu { display: block; }
	.seq-primary-menu .sub-menu a { color: #e7f7fd; }
	.seq-primary-menu .sub-menu a:hover { color: #fff; background: rgba(255,255,255,.1); }
	.seq-submenu-toggle {
		display: grid;
		place-items: center;
		position: absolute;
		top: 2px;
		right: 2px;
		z-index: 2;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 1px solid rgba(255,255,255,.3);
		border-radius: 8px;
		background: rgba(255,255,255,.08);
		color: #fff;
		cursor: pointer;
	}
	.seq-submenu-toggle:hover,
	.seq-submenu-toggle:focus-visible { background: rgba(255,255,255,.18); outline: 2px solid #fff; outline-offset: 2px; }
	.seq-submenu-chevron {
		display: block;
		width: 10px;
		height: 10px;
		border-right: 3px solid currentColor;
		border-bottom: 3px solid currentColor;
		transform: rotate(45deg) translate(-2px, -2px);
		transition: transform .18s ease;
	}
	.is-submenu-open > .seq-submenu-toggle .seq-submenu-chevron { transform: rotate(225deg) translate(-2px, -2px); }
	.seq-main { padding-block: 24px 44px; }
	.seq-page-card, .seq-article { padding: 22px 18px; }
	.seq-module-page { padding: 0; }
	.seq-has-module-page .seqwc-shell { width: 100% !important; margin-inline: 0 !important; }
	.seq-news-grid { grid-template-columns: 1fr; }
	.seq-list-card { grid-template-columns: 1fr; }
	.seq-list-card img { max-height: none; height: auto; object-fit: contain; }
	.seq-safety-grid > .wp-block-group__inner-container { grid-template-columns: 1fr; }
	.seq-section-heading { align-items: start; flex-direction: column; }
	.entry-content .alignwide { margin-inline: 0; }
	.entry-content table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.seq-camera-index .entry-content table,
	.seq-camera-index .entry-content tbody,
	.seq-camera-index .entry-content tr { display: contents; }
	.seq-camera-index .entry-content table {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 12px;
		overflow: visible;
	}
	.seq-camera-index .entry-content th,
	.seq-camera-index .entry-content td {
		display: block;
		min-width: 0;
		padding: 12px;
		background: #fff;
		border-color: var(--seq-line);
	}
	.seq-camera-index .entry-content th { border-radius: 12px 12px 0 0; border-bottom: 0; }
	.seq-camera-index .entry-content td { margin-bottom: 14px; border-radius: 0 0 12px 12px; border-top: 0; }
	.seq-camera-index .entry-content th img { display: block; width: 100%; height: auto; margin: 0; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(1) { grid-column: 1; grid-row: 1; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(1) { grid-column: 1; grid-row: 2; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(2) { grid-column: 2; grid-row: 1; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(2) { grid-column: 2; grid-row: 2; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(3) { grid-column: 1; grid-row: 3; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(3) { grid-column: 1; grid-row: 4; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(4) { grid-column: 2; grid-row: 3; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(4) { grid-column: 2; grid-row: 4; }
	.seq-has-module-page .seq-cs-form,
	.seq-has-module-page .seqw-contact-form {
		min-width: 0;
		max-width: 100%;
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.seq-has-module-page .seq-cs-form > *,
	.seq-has-module-page .seqw-contact-form > *,
	.seq-has-module-page .seq-cs-card,
	.seq-has-module-page .seqw-contact-card {
		min-width: 0;
		max-width: 100%;
	}
	.seq-warning-label { padding-inline: 12px; }
	.seq-warning-track { animation-duration: 22s; }
}

@media (max-width: 360px) {
	.seq-camera-index .entry-content table { grid-template-columns: minmax(0, 1fr); }
	.seq-camera-index .entry-content tr:first-child > :nth-child(1) { grid-column: 1; grid-row: 1; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(1) { grid-column: 1; grid-row: 2; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(2) { grid-column: 1; grid-row: 3; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(2) { grid-column: 1; grid-row: 4; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(3) { grid-column: 1; grid-row: 5; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(3) { grid-column: 1; grid-row: 6; }
	.seq-camera-index .entry-content tr:first-child > :nth-child(4) { grid-column: 1; grid-row: 7; }
	.seq-camera-index .entry-content tr:nth-child(2) > :nth-child(4) { grid-column: 1; grid-row: 8; }
	.seq-has-module-page .cf-turnstile {
		zoom: .82;
	}
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; }
	.seq-warning-track { transform: none; animation: none !important; padding-inline: 16px; }
	.seq-warning-viewport { overflow-x: auto; }
	.seq-brand-video { display: none; }
}

@media (max-width: 640px) {
	.seq-brand-video { display: none; }
}
