.elementor-widget-agex_prazos_entrega,
.elementor-widget-agex_prazos_entrega > .elementor-widget-container {
	width: 100%;
	max-width: none;
}

.agex-pe {
	--agex-primary: #f25c05;
	--agex-primary-dark: #c94400;
	--agex-primary-soft: #fff4ed;
	--agex-ink: #1b1f25;
	--agex-muted: #68717d;
	--agex-line: #edf0f2;
	--agex-surface: #ffffff;
	--agex-soft: #f7f8fa;
	--agex-frequency-active: #173e76;
	--agex-radius: 16px;
	--agex-shadow: 0 8px 24px rgba(27, 31, 37, 0.035);
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(27, 31, 37, 0.065);
	border-radius: var(--agex-radius);
	background: var(--agex-surface);
	box-shadow: var(--agex-shadow);
	color: var(--agex-ink);
	font-family: "Montserrat", Arial, sans-serif;
	line-height: 1.5;
}

.agex-pe::before {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--agex-primary);
	content: "";
}

.agex-pe,
.agex-pe * {
	box-sizing: border-box;
}

.agex-pe [hidden] {
	display: none !important;
}

.agex-pe svg {
	display: block;
	width: 1.15em;
	height: 1.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.agex-pe__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	padding: clamp(28px, 3.2vw, 42px) clamp(18px, 2.8vw, 38px) 24px;
	background: var(--agex-surface);
}

.agex-pe__header-copy {
	max-width: 920px;
}

.agex-pe__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--agex-primary-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.agex-pe__eyebrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: var(--agex-primary-soft);
}

.agex-pe__eyebrow-icon svg {
	width: 14px;
	height: 14px;
}

.agex-pe__title {
	max-width: 880px;
	margin: 0;
	color: var(--agex-ink);
	font-family: "Unbounded", "Montserrat", Arial, sans-serif;
	font-size: clamp(27px, 3vw, 39px);
	font-weight: 800;
	letter-spacing: -0.042em;
	line-height: 1.12;
}

.agex-pe__subtitle {
	max-width: 850px;
	margin: 14px 0 0;
	color: var(--agex-muted);
	font-size: clamp(14px, 1.35vw, 16px);
	line-height: 1.7;
}

.agex-pe__header-status {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	padding: 8px 12px;
	border: 1px solid var(--agex-line);
	border-radius: 999px;
	background: #fff;
	color: var(--agex-muted);
	font-size: 11px;
	font-weight: 650;
	white-space: nowrap;
}

.agex-pe__status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22a55b;
	box-shadow: 0 0 0 4px rgba(34, 165, 91, 0.1);
}

.agex-pe__status-dot.is-pending {
	background: #d38a1b;
	box-shadow: 0 0 0 4px rgba(211, 138, 27, 0.1);
}

.agex-pe__panel {
	margin: 0 clamp(14px, 1.8vw, 26px);
	padding: 20px;
	border: 0.5px solid var(--agex-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
}

.agex-pe__filters-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}

.agex-pe__filters-head strong,
.agex-pe__filters-head p {
	display: block;
	margin: 0;
}

.agex-pe__filters-head strong {
	font-family: "Unbounded", "Montserrat", Arial, sans-serif;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: -0.02em;
}

.agex-pe__filters-head p {
	margin-top: 4px;
	color: var(--agex-muted);
	font-size: 11px;
}

.agex-pe__clear-filters {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 34px;
	margin: 0;
	padding: 0 11px;
	border: 1px solid var(--agex-line);
	border-radius: 9px;
	background: #fff;
	color: var(--agex-muted);
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.agex-pe__clear-filters:hover {
	border-color: rgba(242, 92, 5, 0.28);
	background: var(--agex-primary-soft);
	color: var(--agex-primary-dark);
}

.agex-pe__clear-filters:not([hidden]) {
	display: inline-flex !important;
}

.agex-pe__clear-filters-icon {
	font-size: 17px;
}

.agex-pe__form {
	display: grid;
	grid-template-columns: minmax(220px, 1.05fr) minmax(210px, 0.8fr) minmax(260px, 1.2fr);
	gap: 14px;
}

.agex-pe__field {
	min-width: 0;
}

.agex-pe__field > label {
	display: block;
	margin: 0 0 7px;
	color: var(--agex-ink);
	font-size: 11px;
	font-weight: 750;
}

.agex-pe__select-wrap,
.agex-pe__city-search {
	position: relative;
}

.agex-pe__select-wrap select,
.agex-pe__city-search input {
	width: 100%;
	height: 50px;
	margin: 0;
	border: 1px solid #e5e8eb;
	border-radius: 11px;
	outline: none;
	background: #fff;
	box-shadow: 0 1px 0 rgba(27, 31, 37, 0.02);
	color: var(--agex-ink);
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.agex-pe__select-wrap select {
	padding: 0 40px 0 44px;
	line-height: 1;
	appearance: none;
}

.agex-pe__city-search input {
	padding: 0 40px 0 44px;
}

.agex-pe__select-wrap select:hover:not(:disabled),
.agex-pe__city-search input:hover:not(:disabled) {
	border-color: rgba(242, 92, 5, 0.42);
}

.agex-pe__select-wrap select:focus,
.agex-pe__city-search input:focus {
	border-color: var(--agex-primary);
	box-shadow: 0 0 0 3px rgba(242, 92, 5, 0.1);
}

.agex-pe__select-wrap select:disabled,
.agex-pe__city-search input:disabled {
	background: #f0f1f3;
	color: #9aa1aa;
	cursor: not-allowed;
}

.agex-pe__city-search input::placeholder {
	color: #969da7;
	font-weight: 500;
}

.agex-pe__control-icon,
.agex-pe__chevron,
.agex-pe__city-search > svg {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.agex-pe__control-icon,
.agex-pe__city-search > svg {
	left: 15px;
	color: var(--agex-primary);
}

.agex-pe__chevron {
	right: 14px;
	color: var(--agex-muted);
}

.agex-pe__control-icon svg,
.agex-pe__city-search > svg {
	width: 17px;
	height: 17px;
}

.agex-pe__chevron svg {
	width: 15px;
	height: 15px;
}

.agex-pe__clear-search {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef0f3;
	color: var(--agex-muted);
	font-family: inherit;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.agex-pe button:focus-visible,
.agex-pe a:focus-visible,
.agex-pe input:focus-visible,
.agex-pe select:focus-visible {
	outline: 3px solid rgba(242, 92, 5, 0.25);
	outline-offset: 2px;
}

.agex-pe__setup-state {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 16px;
	padding: 14px 15px;
	border: 1px solid #f3d4c1;
	border-radius: 11px;
	background: #fff8f3;
}

.agex-pe__setup-state > span {
	color: var(--agex-primary);
}

.agex-pe__setup-state strong,
.agex-pe__setup-state p {
	display: block;
	margin: 0;
}

.agex-pe__setup-state strong {
	font-size: 12px;
}

.agex-pe__setup-state p {
	margin-top: 2px;
	color: var(--agex-muted);
	font-size: 11px;
}

.agex-pe__loading {
	margin: 24px clamp(14px, 1.8vw, 26px) 0;
	padding: 24px;
	border: 1px solid var(--agex-line);
	border-radius: 16px;
	background: #fff;
}

.agex-pe__loading-head,
.agex-pe__loading-row {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	background: #eef0f3;
}

.agex-pe__loading-head::after,
.agex-pe__loading-row::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
	content: "";
	transform: translateX(-100%);
	animation: agex-pe-shimmer 1.3s infinite;
}

.agex-pe__loading-head {
	width: 40%;
	height: 24px;
	margin-bottom: 22px;
}

.agex-pe__loading-row {
	height: 48px;
	margin-top: 8px;
}

@keyframes agex-pe-shimmer {
	100% { transform: translateX(100%); }
}

.agex-pe__results {
	position: relative;
	margin: 24px clamp(14px, 1.8vw, 26px) 0;
	transition: opacity 0.18s ease;
}

.agex-pe__results.is-updating {
	opacity: 0.52;
	pointer-events: none;
}

.agex-pe__results-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 16px;
}

.agex-pe__results-kicker {
	display: block;
	margin-bottom: 4px;
	color: var(--agex-primary-dark);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.agex-pe__results-head h3 {
	margin: 0;
	color: var(--agex-ink);
	font-family: "Unbounded", "Montserrat", Arial, sans-serif;
	font-size: clamp(19px, 2.3vw, 27px);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.18;
}

.agex-pe__results-head p {
	margin: 6px 0 0;
	color: var(--agex-muted);
	font-size: 12px;
}

.agex-pe__results-head p strong {
	color: var(--agex-ink);
}

.agex-pe__route-chip {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	min-height: 39px;
	padding: 7px 10px 7px 12px;
	border: 1px solid var(--agex-line);
	border-radius: 11px;
	background: #fafafb;
	color: var(--agex-ink);
	font-size: 11px;
	font-weight: 650;
}

.agex-pe__route-chip svg {
	width: 15px;
	height: 15px;
	color: var(--agex-primary);
}

.agex-pe__route-chip strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 25px;
	padding: 0 8px;
	border-radius: 7px;
	background: var(--agex-primary-soft);
	color: var(--agex-primary-dark);
	font-size: 10px;
	font-weight: 800;
}

.agex-pe__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.agex-pe__auto-note {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--agex-muted);
	font-size: 10px;
	font-weight: 650;
}

.agex-pe__auto-note > span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #22a55b;
}

.agex-pe__downloads {
	display: flex;
	align-items: center;
	gap: 8px;
}

.agex-pe__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 13px;
	border: 1px solid var(--agex-primary);
	border-radius: 9px;
	background: var(--agex-primary);
	box-shadow: 0 5px 12px rgba(242, 92, 5, 0.12);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.agex-pe__download:hover:not(.is-disabled) {
	background: var(--agex-primary-dark);
	box-shadow: 0 9px 18px rgba(242, 92, 5, 0.2);
	color: #fff;
	transform: translateY(-1px);
}

.agex-pe__download.is-disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.agex-pe__download svg {
	width: 16px;
	height: 16px;
}

.agex-pe__table-wrap {
	position: relative;
	overflow-x: auto;
	border: 0.5px solid #e8ecef;
	border-radius: 12px;
	background: #fff;
	scrollbar-color: rgba(104, 113, 125, 0.45) transparent;
	scrollbar-width: thin;
}

.agex-pe__table-wrap::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.agex-pe__table-wrap::-webkit-scrollbar-thumb {
	border: 2px solid #fff;
	border-radius: 999px;
	background: rgba(104, 113, 125, 0.45);
}

.agex-pe__table {
	width: 100%;
	min-width: 930px;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	table-layout: auto;
}

.agex-pe__table th,
.agex-pe__table td {
	padding: 12px 15px;
	border: 0;
	border-bottom: 0.5px solid var(--agex-line);
	background: transparent;
	text-align: left;
	vertical-align: middle;
}

.agex-pe__table th {
	background: #fafbfc;
	color: #5f6874;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.agex-pe__table th.agex-pe__col-origin {
	width: 18%;
}

.agex-pe__table th.agex-pe__col-destination {
	width: 23%;
}

.agex-pe__table th.agex-pe__col-tariff {
	width: 9%;
	white-space: nowrap;
}

.agex-pe__table th.agex-pe__col-deadline {
	width: 14%;
	white-space: nowrap;
}

.agex-pe__table th.agex-pe__col-frequency {
	width: 22%;
}

.agex-pe__table th.agex-pe__col-service {
	width: 14%;
}

.agex-pe__table tbody tr {
	transition: background-color 0.16s ease;
}

.agex-pe__table tbody tr:hover {
	background: #fffdfb;
}

.agex-pe__table tbody tr:last-child td {
	border-bottom: 0;
}

.agex-pe__table td {
	color: var(--agex-ink);
	font-size: 12px;
}

.agex-pe__origin,
.agex-pe__city {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 7px;
}

.agex-pe__origin strong,
.agex-pe__city strong {
	font-size: 12px;
	font-weight: 750;
}

.agex-pe__origin .agex-pe__uf,
.agex-pe__city .agex-pe__uf {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 21px;
	padding: 0 6px;
	border-radius: 6px;
	background: #eef0f3;
	color: var(--agex-muted);
	font-size: 9px;
	font-weight: 800;
}

.agex-pe__origin .agex-pe__uf {
	background: var(--agex-primary-soft);
	color: var(--agex-primary-dark);
}

.agex-pe__unit-code {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 22px;
	padding: 0 7px;
	border: 1px solid rgba(242, 92, 5, 0.16);
	border-radius: 7px;
	background: var(--agex-primary-soft);
	color: var(--agex-primary-dark);
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.035em;
}

.agex-pe__unit-code.is-destination {
	border-color: #e2e5e9;
	background: #f4f5f6;
	color: #59626e;
}

.agex-pe__row-note {
	display: block;
	max-width: 420px;
	margin-top: 4px;
	color: var(--agex-muted);
	font-size: 9px;
	line-height: 1.45;
}

.agex-pe__deadline {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 8px;
	border: 1px solid rgba(242, 92, 5, 0.14);
	border-radius: 7px;
	background: var(--agex-primary-soft);
	color: var(--agex-primary-dark);
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
}

.agex-pe__tariff {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 9px;
	border: 1px solid rgba(23, 62, 118, 0.12);
	border-radius: 7px;
	background: rgba(23, 62, 118, 0.08);
	color: #173e76;
	font-size: 10px;
	font-weight: 850;
	white-space: nowrap;
}

.agex-pe__tariff-cell {
	white-space: nowrap;
}

.agex-pe__days {
	display: inline-grid;
	grid-template-columns: repeat(5, minmax(32px, 1fr));
	gap: 3px;
	padding: 3px;
	border: 0.5px solid #e8ecef;
	border-radius: 9px;
	background: #fafbfc;
}

.agex-pe__days span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 24px;
	padding: 0 5px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.02em;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.agex-pe__days span.is-inactive {
	background: #f0f2f4;
	color: #606a75;
}

.agex-pe__days span.is-active {
	border-color: var(--agex-frequency-active);
	background: var(--agex-frequency-active);
	box-shadow: 0 3px 8px rgba(23, 62, 118, 0.2);
	color: #fff;
}

.agex-pe__frequency-text,
.agex-pe__muted {
	color: var(--agex-muted);
	font-size: 10px;
}

.agex-pe__statuses {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.agex-pe__status {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 3px 6px;
	border-radius: 6px;
	font-size: 8px;
	font-weight: 800;
	white-space: nowrap;
}

.agex-pe__status.is-yes {
	background: #e7f6ed;
	color: #177342;
}

.agex-pe__status.is-no {
	background: #f0f1f3;
	color: #858e99;
}

.agex-pe__empty {
	padding: 58px 24px;
	text-align: center;
}

.agex-pe__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: var(--agex-primary-soft);
	color: var(--agex-primary);
}

.agex-pe__empty-icon svg {
	width: 23px;
	height: 23px;
}

.agex-pe__empty strong,
.agex-pe__empty p {
	display: block;
	margin: 0;
}

.agex-pe__empty strong {
	font-size: 15px;
	font-weight: 800;
}

.agex-pe__empty p {
	max-width: 480px;
	margin: 6px auto 0;
	color: var(--agex-muted);
	font-size: 12px;
}

.agex-pe__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin-top: 15px;
}

.agex-pe__pagination button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--agex-line);
	border-radius: 9px;
	background: #fff;
	color: var(--agex-ink);
	cursor: pointer;
	transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.agex-pe__pagination button:hover:not(:disabled) {
	border-color: var(--agex-primary);
	background: var(--agex-primary-soft);
	color: var(--agex-primary-dark);
}

.agex-pe__pagination button:disabled {
	opacity: 0.38;
	cursor: not-allowed;
}

.agex-pe__pagination span {
	color: var(--agex-muted);
	font-size: 11px;
}

.agex-pe__pagination strong {
	color: var(--agex-ink);
}

.agex-pe__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
	padding: 18px clamp(14px, 2.4vw, 34px) 21px;
	border-top: 0.5px solid var(--agex-line);
	background: #fbfcfc;
}

.agex-pe__notice {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	max-width: 790px;
	color: var(--agex-muted);
}

.agex-pe__notice > span {
	flex: 0 0 auto;
	margin-top: 2px;
	color: var(--agex-primary);
}

.agex-pe__notice p {
	margin: 0;
	font-size: 10px;
	line-height: 1.6;
}

.agex-pe__footer-meta {
	display: flex;
	flex: 0 0 auto;
	align-items: flex-end;
	flex-direction: column;
	gap: 4px;
}

.agex-pe__footer-meta > span {
	color: var(--agex-muted);
	font-size: 9px;
}

.agex-pe__footer-meta a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--agex-primary-dark);
	font-size: 11px;
	font-weight: 750;
	text-decoration: none;
}

.agex-pe__footer-meta a:hover {
	color: var(--agex-primary);
	text-decoration: underline;
}

.agex-pe__footer-meta a svg {
	width: 13px;
	height: 13px;
}

.agex-pe__noscript {
	margin: 0;
	padding: 14px 22px;
	background: #fff2cc;
	color: #6b5200;
	font-size: 12px;
	text-align: center;
}

.agex-pe .screen-reader-text,
.agex-pe .agex-pe__live {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

@media (max-width: 860px) {
	.agex-pe__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.agex-pe__header-status {
		margin-top: 0;
	}

	.agex-pe__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.agex-pe__field:last-child {
		grid-column: 1 / -1;
	}

	.agex-pe__results-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.agex-pe {
		--agex-radius: 18px;
	}

	.agex-pe__header {
		padding: 32px 19px 24px;
	}

	.agex-pe__title {
		font-size: clamp(27px, 8.6vw, 36px);
	}

	.agex-pe__subtitle {
		font-size: 13px;
	}

	.agex-pe__panel,
	.agex-pe__loading,
	.agex-pe__results {
		margin-right: 12px;
		margin-left: 12px;
	}

	.agex-pe__panel {
		padding: 17px;
		border-radius: 14px;
	}

	.agex-pe__filters-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 11px;
	}

	.agex-pe__form {
		display: block;
	}

	.agex-pe__field + .agex-pe__field {
		margin-top: 14px;
	}

	.agex-pe__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.agex-pe__downloads {
		width: 100%;
	}

	.agex-pe__download {
		flex: 1 1 50%;
	}

	.agex-pe__route-chip {
		max-width: 100%;
	}

	.agex-pe__table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.agex-pe__table,
	.agex-pe__table tbody {
		display: block;
		min-width: 0;
	}

	.agex-pe__table thead {
		display: none;
	}

	.agex-pe__table tbody tr {
		display: block;
		margin-bottom: 10px;
		overflow: hidden;
		border: 1px solid var(--agex-line);
		border-radius: 12px;
		background: #fff;
	}

	.agex-pe__table tbody tr:hover {
		background: #fff;
	}

	.agex-pe__table td {
		display: grid;
		grid-template-columns: minmax(104px, 0.42fr) minmax(0, 1fr);
		align-items: center;
		gap: 10px;
		padding: 11px 13px;
		text-align: right;
	}

	.agex-pe__table td::before {
		color: var(--agex-muted);
		content: attr(data-label);
		font-size: 8px;
		font-weight: 800;
		letter-spacing: 0.055em;
		text-align: left;
		text-transform: uppercase;
	}

	.agex-pe__table td:first-child {
		display: block;
		padding: 13px;
		background: #fafafb;
		text-align: left;
	}

	.agex-pe__table td:first-child::before {
		display: block;
		margin-bottom: 6px;
	}

	.agex-pe__table td > * {
		justify-self: end;
	}

	.agex-pe__table td:first-child > * {
		justify-self: start;
	}

	.agex-pe__days,
	.agex-pe__statuses {
		justify-content: flex-end;
	}

	.agex-pe__row-note {
		grid-column: 2;
		text-align: right;
	}

	.agex-pe__empty {
		border: 1px solid var(--agex-line);
		border-radius: 12px;
		background: #fff;
	}

	.agex-pe__footer {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 23px;
		padding: 18px;
	}

	.agex-pe__footer-meta {
		align-items: flex-start;
	}
}

@media (max-width: 420px) {
	.agex-pe__header-status {
		white-space: normal;
	}

	.agex-pe__downloads {
		flex-direction: column-reverse;
	}

	.agex-pe__download {
		width: 100%;
	}

	.agex-pe__route-chip {
		width: 100%;
		justify-content: center;
	}

	.agex-pe__table td {
		grid-template-columns: 92px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.agex-pe *,
	.agex-pe *::before,
	.agex-pe *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
