.gpn-page,
.gpn-home {
	--gpn-key: #2E7D32;
	--gpn-key-dark: #1B5E20;
	--gpn-border: #d9e4da;
	--gpn-bg: #f6faf6;
	--gpn-alert: #fff8e1;
	color: inherit;
}

body.gpn-municipality-single #sidebar,
body.gpn-municipality-single .sidebar,
body.gpn-municipality-single .side,
body.gpn-municipality-single aside.sidebar {
	display: none !important;
}

body.gpn-municipality-single #main,
body.gpn-municipality-single .main,
body.gpn-municipality-single .content,
body.gpn-municipality-single #content,
body.gpn-municipality-single #content-in,
body.gpn-municipality-single .content-in {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.gpn-municipality-single #content-in,
body.gpn-municipality-single .content-in {
	display: block !important;
}

.gpn-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 16px;
}

.gpn-section {
	margin: 0 0 28px;
	padding: 0;
}

.gpn-section h2 {
	margin: 0 0 12px;
	padding-left: 10px;
	border-left: 4px solid var(--gpn-key);
	font-size: 1.35rem;
	line-height: 1.4;
}

.gpn-header {
	margin: 0 0 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--gpn-border);
}

.gpn-header h1 {
	margin: 0 0 12px;
	font-size: clamp(1.7rem, 5vw, 2.4rem);
	line-height: 1.25;
	letter-spacing: 0;
}

.gpn-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 18px;
	font-size: .92rem;
}

.gpn-breadcrumb a {
	color: var(--gpn-key-dark);
}

.gpn-alert,
.gpn-notice {
	padding: 14px 16px;
	background: var(--gpn-alert);
	border: 1px solid #f0df99;
	border-radius: 6px;
}

.gpn-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.gpn-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	background: #fff;
}

.gpn-table th,
.gpn-table td {
	padding: 12px;
	border: 1px solid var(--gpn-border);
	text-align: left;
	vertical-align: top;
}

.gpn-table th {
	width: 34%;
	background: var(--gpn-bg);
	font-weight: 700;
}

.gpn-example-items-table {
	min-width: 680px;
}

.gpn-example-items-table th {
	width: auto;
}

.gpn-example-items-table th:first-child {
	width: 18%;
}

.gpn-button-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gpn-button,
.gpn-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid var(--gpn-key);
	border-radius: 6px;
	background: var(--gpn-key);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.gpn-button:hover,
.gpn-search button:hover {
	background: var(--gpn-key-dark);
	color: #fff;
	text-decoration: none;
}

.gpn-search label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.gpn-search-row {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.gpn-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid var(--gpn-border);
	border-radius: 6px;
}

.gpn-link-list,
.gpn-card-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gpn-link-list li {
	padding: 9px 0;
	border-bottom: 1px solid var(--gpn-border);
}

.gpn-link-list span {
	margin-left: 8px;
	color: #666;
	font-size: .92em;
}

.gpn-related-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gpn-related-list li {
	min-width: 0;
}

.gpn-related-list a {
	display: block;
	padding: 10px 12px;
	border: 1px solid var(--gpn-border);
	border-radius: 6px;
	background: #fff;
	color: var(--gpn-key-dark);
	text-decoration: none;
	font-weight: 700;
}

.gpn-related-list a:hover {
	border-color: var(--gpn-key);
	background: var(--gpn-bg);
	text-decoration: none;
}

.gpn-related-collapsed .gpn-related-extra {
	display: none;
}

.gpn-more-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 14px;
	padding: 8px 14px;
	border: 1px solid var(--gpn-key);
	border-radius: 6px;
	background: #fff;
	color: var(--gpn-key-dark);
	font-weight: 700;
	cursor: pointer;
}

.gpn-more-button:hover {
	background: var(--gpn-bg);
}

.gpn-card-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.gpn-card a {
	display: block;
	min-height: 118px;
	padding: 14px;
	border: 1px solid var(--gpn-border);
	border-radius: 6px;
	background: #fff;
	text-decoration: none;
	color: inherit;
}

.gpn-card strong,
.gpn-card span {
	display: block;
}

.gpn-card strong {
	margin-bottom: 8px;
	color: var(--gpn-key-dark);
}

.gpn-empty {
	color: #666;
}

.gpn-text-block {
	margin: 0 0 18px;
}

.gpn-text-block h3 {
	margin: 0 0 8px;
	font-size: 1.08rem;
}

@media (max-width: 600px) {
	.gpn-container {
		padding: 12px;
	}

	.gpn-search-row {
		flex-direction: column;
	}

	.gpn-table {
		min-width: 460px;
	}

	.gpn-related-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gpn-button,
	.gpn-search button,
	.gpn-more-button {
		width: 100%;
	}
}

@media (min-width: 601px) and (max-width: 900px) {
	.gpn-related-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
