.inax-phan-phoi-archive {
	--inax-phan-phoi-accent: #1D5380;
	--inax-phan-phoi-text: #212529;
	--inax-phan-phoi-muted: #999999;
	--inax-phan-phoi-surface: #f6f6f6;
	--inax-phan-phoi-border: #e5e5e5;
	--inax-phan-phoi-font: Roboto, sans-serif;

	font-family: var(--inax-phan-phoi-font);
	color: var(--inax-phan-phoi-text);
}

.inax-phan-phoi-header {
	background: var(--inax-phan-phoi-surface);
	padding: 28px 0 32px;
	margin-bottom: 28px;
}

.inax-phan-phoi-header .rank-math-breadcrumb,
.inax-phan-phoi-single__header .rank-math-breadcrumb {
	margin-bottom: 24px;
}

.inax-phan-phoi-filters__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px 24px;
	align-items: end;
}

.inax-phan-phoi-filters__label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: var(--inax-phan-phoi-muted);
	text-transform: uppercase;
}

.inax-phan-phoi-filters__select,
.inax-phan-phoi-filters__input {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid var(--inax-phan-phoi-border);
	border-radius: 0;
	background: #ffffff;
	font-family: inherit;
	font-size: 14px;
	color: var(--inax-phan-phoi-text);
	appearance: none;
}

.inax-phan-phoi-filters__select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M1.4.4 6 5l4.6-4.6L12 2.8 6 8.8 0 2.8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.inax-phan-phoi-filters__field--search {
	display: flex;
	flex-direction: column;
}

.inax-phan-phoi-filters__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	margin-top: 10px;
	padding: 0 20px;
	border: 0;
	background: var(--inax-phan-phoi-accent);
	color: #ffffff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.inax-phan-phoi-filters__submit:hover,
.inax-phan-phoi-filters__submit:focus-visible {
	background: #0099b8;
}

.inax-phan-phoi-results {
	padding-bottom: 48px;
}

.inax-phan-phoi-results-count {
	margin: 0 0 20px;
	font-size: 14px;
	color: var(--inax-phan-phoi-text);
}

.inax-phan-phoi-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.inax-phan-phoi-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 20px 24px;
	border: 1px solid var(--inax-phan-phoi-border);
	background: #ffffff;
}

.inax-phan-phoi-card__media {
	flex-shrink: 0;
}

.inax-phan-phoi-card__logo,
.inax-phan-phoi-card__logo-placeholder {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: contain;
	background: #ffffff;
}

.inax-phan-phoi-card__logo-placeholder {
	border: 1px solid var(--inax-phan-phoi-border);
	background: var(--inax-phan-phoi-surface);
}

.inax-phan-phoi-card__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.inax-phan-phoi-card__title a {
	color: inherit;
	text-decoration: none;
}

.inax-phan-phoi-card__title a:hover,
.inax-phan-phoi-card__title a:focus-visible {
	color: var(--inax-phan-phoi-accent);
}

.inax-phan-phoi-card__details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px 32px;
	align-items: start;
}

.inax-phan-phoi-card__address {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
}

.inax-phan-phoi-card__phone {
	margin: 0;
	font-size: 14px;
}

.inax-phan-phoi-card__phone a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--inax-phan-phoi-accent);
	text-decoration: none;
}

.inax-phan-phoi-card__phone a:hover,
.inax-phan-phoi-card__phone a:focus-visible {
	text-decoration: underline;
}

.inax-phan-phoi-card__hours {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--inax-phan-phoi-muted);
	white-space: nowrap;
}

.inax-phan-phoi-card__action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.inax-phan-phoi-card__map {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	height: 42px;
	padding: 0 20px;
	border: 0;
	background: var(--inax-phan-phoi-accent);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
}

.inax-phan-phoi-card__map:hover,
.inax-phan-phoi-card__map:focus-visible {
	background: #0099b8;
	color: #ffffff;
}

.inax-phan-phoi-empty {
	padding: 40px 24px;
	border: 1px dashed var(--inax-phan-phoi-border);
	text-align: center;
	color: var(--inax-phan-phoi-muted);
}

.inax-phan-phoi-pagination {
	margin-top: 32px;
}

.inax-phan-phoi-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0 4px;
	border: 1px solid var(--inax-phan-phoi-border);
	color: var(--inax-phan-phoi-text);
	text-decoration: none;
}

.inax-phan-phoi-pagination .page-numbers.current {
	background: var(--inax-phan-phoi-accent);
	border-color: var(--inax-phan-phoi-accent);
	color: #ffffff;
}

.inax-phan-phoi-single {
	font-family: var(--inax-phan-phoi-font);
	color: var(--inax-phan-phoi-text);
}

.inax-phan-phoi-single__header {
	background: var(--inax-phan-phoi-surface);
	padding: 28px 0 32px;
	margin-bottom: 32px;
}

.inax-phan-phoi-single__body {
	padding-bottom: 48px;
}

.inax-phan-phoi-single__hero {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	margin-bottom: 32px;
}

.inax-phan-phoi-single__logo,
.inax-phan-phoi-single__logo-placeholder {
	display: block;
	width: 220px;
	height: 220px;
	object-fit: contain;
	background: #ffffff;
	border: 1px solid var(--inax-phan-phoi-border);
}

.inax-phan-phoi-single__logo-placeholder {
	background: var(--inax-phan-phoi-surface);
}

.inax-phan-phoi-single__title {
	margin: 0 0 14px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.inax-phan-phoi-single__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.inax-phan-phoi-single__term a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid var(--inax-phan-phoi-border);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--inax-phan-phoi-muted);
	text-decoration: none;
}

.inax-phan-phoi-single__term a:hover,
.inax-phan-phoi-single__term a:focus-visible {
	border-color: var(--inax-phan-phoi-accent);
	color: var(--inax-phan-phoi-accent);
}

.inax-phan-phoi-single__meta {
	margin: 0 0 24px;
}

.inax-phan-phoi-single__meta-row {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--inax-phan-phoi-border);
}

.inax-phan-phoi-single__meta-row dt {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--inax-phan-phoi-muted);
}

.inax-phan-phoi-single__meta-row dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #444444;
}

.inax-phan-phoi-single__meta-row dd a {
	color: var(--inax-phan-phoi-accent);
	text-decoration: none;
}

.inax-phan-phoi-single__meta-row dd a:hover,
.inax-phan-phoi-single__meta-row dd a:focus-visible {
	text-decoration: underline;
}

.inax-phan-phoi-single__map-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	height: 42px;
	padding: 0 24px;
	background: var(--inax-phan-phoi-accent);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.inax-phan-phoi-single__map-btn:hover,
.inax-phan-phoi-single__map-btn:focus-visible {
	background: #0099b8;
	color: #ffffff;
}

.inax-phan-phoi-single__content {
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 1.8;
	color: #444444;
}

.inax-phan-phoi-single__map {
	margin-bottom: 28px;
	border: 1px solid var(--inax-phan-phoi-border);
}

.inax-phan-phoi-single__map-frame {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
}

.inax-phan-phoi-single__back-link {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--inax-phan-phoi-accent);
	text-decoration: none;
	text-transform: uppercase;
}

.inax-phan-phoi-single__back-link:hover,
.inax-phan-phoi-single__back-link:focus-visible {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.inax-phan-phoi-filters__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 849px) {
	.inax-phan-phoi-filters__grid {
		grid-template-columns: 1fr;
	}

	.inax-phan-phoi-single__hero {
		grid-template-columns: 1fr;
	}

	.inax-phan-phoi-single__logo,
	.inax-phan-phoi-single__logo-placeholder {
		width: 160px;
		height: 160px;
	}

	.inax-phan-phoi-single__meta-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.inax-phan-phoi-single__map-frame {
		height: 280px;
	}

	.inax-phan-phoi-card {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.inax-phan-phoi-card__logo,
	.inax-phan-phoi-card__logo-placeholder {
		width: 120px;
		height: 120px;
	}

	.inax-phan-phoi-card__details {
		grid-template-columns: 1fr;
	}

	.inax-phan-phoi-card__hours {
		white-space: normal;
	}

	.inax-phan-phoi-card__action {
		justify-content: flex-start;
	}
}
