.vehicul-schedule {
	--vehicul-green: #14763f;
	--vehicul-green-dark: #0f6033;
	--vehicul-green-soft: #eef8f2;
	--vehicul-blue: #174c9b;
	--vehicul-ink: #111827;
	--vehicul-muted: #596579;
	--vehicul-line: #e2e7ec;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 42px;
	color: var(--vehicul-ink);
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.vehicul-schedule *,
.vehicul-schedule *::before,
.vehicul-schedule *::after {
	box-sizing: border-box;
}

.vehicul-schedule [hidden] {
	display: none !important;
}

.vehicul-schedule .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.vehicul-schedule__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
	gap: 40px;
	align-items: center;
	padding: 24px 4px 27px;
}

.vehicul-schedule__intro-copy {
	min-width: 0;
}

.vehicul-schedule__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--vehicul-green);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.vehicul-schedule .vehicul-schedule__intro h1 {
	margin: 0 !important;
	color: #090a0c;
	font-family: Raleway, "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 42px !important;
	font-weight: 800;
	line-height: 1.1 !important;
	letter-spacing: -0.02em;
}

.vehicul-schedule__intro-copy > p {
	max-width: 700px;
	margin: 13px 0 0;
	color: var(--vehicul-muted);
	font-size: 15px;
	line-height: 1.55;
}

.vehicul-schedule__intro-copy .vehicul-schedule__confirmation {
	margin-top: 16px;
}

.vehicul-schedule__next {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	min-height: 86px;
	padding: 15px 20px;
	border: 1px solid #dce6e1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 28px rgba(20, 32, 51, 0.035);
}

.vehicul-schedule__next > .dashicons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #e7f4ec;
	color: var(--vehicul-green);
	font-size: 27px;
}

.vehicul-schedule__next-details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 13px;
	min-width: 0;
	font-size: 16px;
	line-height: 1.3;
}

.vehicul-schedule__next-details > span:first-child {
	color: var(--vehicul-ink);
	font-weight: 700;
}

.vehicul-schedule__next-details > span:first-child::after,
.vehicul-schedule__next-details strong::after {
	margin-left: 13px;
	color: #899488;
	content: "\00b7";
}

.vehicul-schedule__next-details strong,
.vehicul-schedule__next-details time,
.vehicul-schedule__next-date {
	color: var(--vehicul-green);
	font-weight: 800;
}

.vehicul-schedule__next-details strong {
	overflow-wrap: anywhere;
}

.vehicul-schedule__panel {
	overflow: hidden;
	border: 1px solid var(--vehicul-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(20, 32, 51, 0.065);
}

.vehicul-schedule__inline-notice {
	margin: 20px 22px 0;
	padding: 13px 15px;
	border: 1px solid #f2d28a;
	border-radius: 6px;
	background: #fff8e8;
	color: #735318;
	font-size: 14px;
	line-height: 1.5;
}

.vehicul-schedule__filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 19px 30px 15px;
}

.vehicul-schedule__category-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.vehicul-schedule .vehicul-schedule__filter {
	min-height: 44px;
	margin: 0;
	padding: 8px 15px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: var(--vehicul-ink);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.vehicul-schedule .vehicul-schedule__filter:hover {
	border-color: #cbded2;
	background: var(--vehicul-green-soft);
	color: var(--vehicul-green-dark);
}

.vehicul-schedule .vehicul-schedule__filter.is-active {
	border-color: var(--vehicul-green);
	background: var(--vehicul-green);
	color: #fff;
	box-shadow: 0 6px 14px rgba(20, 118, 63, 0.16);
}

.vehicul-schedule__filter-tools {
	display: flex;
	align-items: flex-end;
	flex: 0 0 286px;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.vehicul-schedule__state-filter {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
}

.vehicul-schedule__state-filter > .dashicons {
	position: absolute;
	left: 15px;
	z-index: 1;
	width: 18px;
	height: 18px;
	color: #30394a;
	font-size: 18px;
	pointer-events: none;
}

.vehicul-schedule .vehicul-schedule__state-filter select {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 42px 0 44px !important;
	border: 1px solid #cfd5dc;
	border-radius: 6px;
	background-color: #fff;
	color: var(--vehicul-ink);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 42px;
	cursor: pointer;
}

.vehicul-schedule__freshness {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 2px 0 0;
	color: #667085;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
}

.vehicul-schedule__freshness .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.vehicul-schedule__freshness time {
	font: inherit;
}

.vehicul-schedule__table-wrap {
	padding: 0 30px 21px;
}

.vehicul-schedule__table {
	width: 100%;
	margin: 0;
	border: 1px solid var(--vehicul-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 7px;
	background: #fff;
	table-layout: fixed;
}

.vehicul-schedule__table thead th {
	padding: 13px 22px;
	border: 0;
	border-bottom: 1px solid var(--vehicul-line);
	background: #fff;
	color: #6c7689;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	text-transform: uppercase;
}

.vehicul-schedule__table thead th:nth-child(1) {
	width: 17%;
}

.vehicul-schedule__table thead th:nth-child(2) {
	width: 24%;
}

.vehicul-schedule__table thead th:nth-child(3) {
	width: 35%;
}

.vehicul-schedule__table thead th:nth-child(4) {
	width: 24%;
}

.vehicul-schedule__table tbody th,
.vehicul-schedule__table tbody td {
	padding: 10px 22px;
	border: 0;
	border-bottom: 1px solid var(--vehicul-line);
	background: #fff;
	color: var(--vehicul-ink);
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	vertical-align: middle;
}

.vehicul-schedule__table tbody tr:not(.is-featured):hover > * {
	background: #fbfdfc;
}

.vehicul-schedule__table tbody tr:last-child > * {
	border-bottom: 0;
}

.vehicul-schedule__table tbody td:nth-child(2),
.vehicul-schedule__table tbody td:nth-child(3) {
	display: table-cell;
}

.vehicul-schedule__table tbody td:nth-child(2) > *,
.vehicul-schedule__table tbody td:nth-child(3) > * {
	vertical-align: middle;
}

.vehicul-schedule__row.is-featured > * {
	border-top: 1px solid #aed5ba;
	border-bottom: 1px solid #aed5ba;
	background: linear-gradient(90deg, #f3faf6, #fbfefc);
}

.vehicul-schedule__row.is-featured > *:first-child {
	border-left: 1px solid #aed5ba;
	border-radius: 6px 0 0 6px;
}

.vehicul-schedule__row.is-featured > *:last-child {
	border-right: 1px solid #aed5ba;
	border-radius: 0 6px 6px 0;
}

.vehicul-schedule__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 43px;
	min-height: 43px;
	padding: 7px 11px;
	border: 1px solid #dde3e7;
	border-radius: 999px;
	background: #fff;
	color: var(--vehicul-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 3px 10px rgba(20, 32, 51, 0.035);
}

.vehicul-schedule__cell-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 12px;
	color: var(--vehicul-green);
	font-size: 25px;
}

.vehicul-schedule__row[data-state="ongoing"] .vehicul-schedule__cell-icon,
.vehicul-schedule__row[data-state="ongoing"] td:nth-child(2) strong,
.vehicul-schedule__row[data-state="ongoing"] td:nth-child(3) strong {
	color: var(--vehicul-blue);
}

.vehicul-schedule__cell-copy {
	display: inline-flex;
	flex-direction: column;
	min-width: 0;
}

.vehicul-schedule__cell-copy strong,
.vehicul-schedule__cell-copy time {
	color: var(--vehicul-ink);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}

.vehicul-schedule__row.is-featured .vehicul-schedule__cell-copy strong,
.vehicul-schedule__row.is-featured .vehicul-schedule__cell-copy time {
	color: var(--vehicul-green);
}

.vehicul-schedule__cell-copy small {
	margin-top: 3px;
	color: var(--vehicul-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.vehicul-schedule__status-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 9px;
	border-radius: 50%;
	background: #269953;
	box-shadow: 0 0 0 3px #edf8f1;
}

.vehicul-schedule__row[data-state="ongoing"] .vehicul-schedule__status-dot {
	background: var(--vehicul-blue);
	box-shadow: 0 0 0 3px #edf3fc;
}

.vehicul-schedule__table tbody td:last-child {
	text-align: right;
}

.vehicul-schedule__button,
.vehicul-schedule__row-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid var(--vehicul-green);
	border-radius: 6px;
	background: var(--vehicul-green);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	box-shadow: 0 8px 18px rgba(20, 118, 63, 0.16);
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.vehicul-schedule__row-action {
	width: min(100%, 178px);
}

.vehicul-schedule__row:not(.is-featured) .vehicul-schedule__row-action {
	border-color: #9bc8aa;
	background: #fff;
	color: var(--vehicul-green-dark) !important;
	box-shadow: none;
}

.vehicul-schedule__button:hover,
.vehicul-schedule__button:focus,
.vehicul-schedule__row-action:hover,
.vehicul-schedule__row-action:focus {
	border-color: var(--vehicul-green-dark);
	background: var(--vehicul-green-dark);
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 11px 23px rgba(20, 118, 63, 0.23);
}

.vehicul-schedule__row:not(.is-featured) .vehicul-schedule__row-action:hover,
.vehicul-schedule__row:not(.is-featured) .vehicul-schedule__row-action:focus {
	border-color: var(--vehicul-green-dark);
	background: var(--vehicul-green-dark);
	color: #fff !important;
	box-shadow: 0 9px 20px rgba(20, 118, 63, 0.18);
}

.vehicul-schedule__button .dashicons,
.vehicul-schedule__row-action .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.vehicul-schedule__filter:focus-visible,
.vehicul-schedule__state-filter select:focus-visible,
.vehicul-schedule__button:focus-visible,
.vehicul-schedule__row-action:focus-visible {
	outline: 3px solid #f0bf24;
	outline-offset: 3px;
}

.vehicul-schedule__empty,
.vehicul-schedule__notice {
	margin: 0 34px 24px;
	padding: 30px;
	border: 1px dashed #cbd5dc;
	border-radius: 7px;
	background: #fbfcfd;
	text-align: center;
}

.vehicul-schedule__empty strong,
.vehicul-schedule__notice strong {
	display: block;
	color: var(--vehicul-ink);
	font-family: Raleway, "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.vehicul-schedule__empty p,
.vehicul-schedule__notice p {
	margin: 7px 0 0;
	color: var(--vehicul-muted);
	font-size: 14px;
	line-height: 1.5;
}

.vehicul-schedule__notice {
	margin-top: 24px;
}

.vehicul-schedule__help {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 18px 34px 24px;
	padding: 16px 24px;
	border: 1px solid #cfe3d7;
	border-radius: 7px;
	background: linear-gradient(90deg, #f5faf7, #fff);
}

.vehicul-schedule__help-copy {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.vehicul-schedule__help-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #e5f3ea;
	color: var(--vehicul-green);
	font-size: 27px;
}

.vehicul-schedule__help strong {
	display: block;
	color: var(--vehicul-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.vehicul-schedule__help p {
	margin: 3px 0 0;
	color: var(--vehicul-muted);
	font-size: 12px;
	line-height: 1.4;
}

.vehicul-schedule__help .vehicul-schedule__button {
	flex: 0 1 365px;
	width: 100%;
	max-width: 365px;
}

@media (max-width: 1050px) {
	.vehicul-schedule__intro {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
		gap: 28px;
	}

	.vehicul-schedule .vehicul-schedule__intro h1 {
		font-size: 38px !important;
	}

	.vehicul-schedule__filters {
		align-items: stretch;
		flex-direction: column;
	}

	.vehicul-schedule__filter-tools {
		align-items: flex-start;
		flex-basis: auto;
		width: min(100%, 320px);
	}

	.vehicul-schedule__table thead th,
	.vehicul-schedule__table tbody th,
	.vehicul-schedule__table tbody td {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 800px) {
	.vehicul-schedule {
		margin-bottom: 30px;
	}

	.vehicul-schedule__intro {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 20px 0 24px;
	}

	.vehicul-schedule .vehicul-schedule__intro h1 {
		font-size: 34px !important;
		line-height: 1.12 !important;
	}

	.vehicul-schedule__next {
		width: 100%;
	}

	.vehicul-schedule__filters,
	.vehicul-schedule__table-wrap {
		padding-right: 18px;
		padding-left: 18px;
	}

	.vehicul-schedule__table {
		display: block;
		border: 0;
		background: transparent;
	}

	.vehicul-schedule__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.vehicul-schedule__table tbody {
		display: grid;
		gap: 12px;
	}

	.vehicul-schedule__table tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		border: 1px solid var(--vehicul-line);
		border-radius: 7px;
		background: #fff;
	}

	.vehicul-schedule__table tbody th,
	.vehicul-schedule__table tbody td,
	.vehicul-schedule__table tbody td:nth-child(2),
	.vehicul-schedule__table tbody td:nth-child(3) {
		display: block;
		min-width: 0;
		padding: 15px;
		border: 0;
		background: transparent;
	}

	.vehicul-schedule__table tbody th {
		grid-column: 1 / -1;
		padding-bottom: 5px;
	}

	.vehicul-schedule__table tbody td:last-child {
		grid-column: 1 / -1;
		padding-top: 5px;
		text-align: left;
	}

	.vehicul-schedule__row.is-featured > * {
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.vehicul-schedule__row.is-featured > *:first-child,
	.vehicul-schedule__row.is-featured > *:last-child {
		border: 0;
		border-radius: 0;
	}

	.vehicul-schedule__row.is-featured {
		border-color: #9eccac;
		background: linear-gradient(90deg, #f3faf6, #fbfefc);
	}

	.vehicul-schedule__row-action {
		width: 100%;
		max-width: none;
	}

	.vehicul-schedule__help {
		align-items: stretch;
		flex-direction: column;
		margin-right: 18px;
		margin-left: 18px;
	}

	.vehicul-schedule__help .vehicul-schedule__button {
		flex-basis: auto;
		width: 100%;
	}

	.vehicul-schedule__empty,
	.vehicul-schedule__notice {
		margin-right: 18px;
		margin-left: 18px;
	}
}

@media (max-width: 480px) {
	.vehicul-schedule .vehicul-schedule__intro h1 {
		font-size: 34px !important;
		line-height: 1.08 !important;
	}

	.vehicul-schedule__intro-copy > p {
		font-size: 14px;
	}

	.vehicul-schedule__next {
		align-items: flex-start;
		padding: 16px;
	}

	.vehicul-schedule__next > .dashicons {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
		font-size: 23px;
	}

	.vehicul-schedule__next-details {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		font-size: 14px;
	}

	.vehicul-schedule__next-details > span:first-child::after,
	.vehicul-schedule__next-details strong::after {
		display: none;
	}

	.vehicul-schedule__filters {
		gap: 16px;
		padding-top: 16px;
	}

	.vehicul-schedule__category-filters {
		gap: 6px;
	}

	.vehicul-schedule .vehicul-schedule__filter {
		min-height: 44px;
		padding: 8px 12px;
	}

	.vehicul-schedule__state-filter {
		width: 100%;
	}

	.vehicul-schedule__filter-tools {
		width: 100%;
	}

	.vehicul-schedule__table tbody tr {
		grid-template-columns: 1fr;
	}

	.vehicul-schedule__table tbody th,
	.vehicul-schedule__table tbody td,
	.vehicul-schedule__table tbody td:last-child {
		grid-column: 1;
		padding: 12px 14px;
	}

	.vehicul-schedule__table tbody th {
		padding-bottom: 3px;
	}

	.vehicul-schedule__table tbody td:last-child {
		padding-top: 3px;
		padding-bottom: 14px;
	}

	.vehicul-schedule__help {
		padding: 18px;
	}

	.vehicul-schedule__help-copy {
		align-items: flex-start;
		gap: 12px;
	}

	.vehicul-schedule__help-icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		font-size: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vehicul-schedule__button,
	.vehicul-schedule__row-action,
	.vehicul-schedule__filter {
		transition: none;
	}
}
