.kol-location-page {
	background: #f6f7f9;
	color: #121722;
	min-height: 70vh;
}

.kol-location-inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
}

.kol-location-hero {
	background: #121722;
	color: #fff;
	padding: 56px 0 42px;
}

.kol-location-kicker {
	color: #8bd8bd;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.kol-location-hero h1 {
	color: #fff;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.05;
	margin: 0;
	max-width: 900px;
}

.kol-location-subtitle {
	color: #d7dde8;
	font-size: 1.05rem;
	margin: 16px 0 0;
}

.kol-location-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.kol-location-tabs a {
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	padding: 8px 14px;
	text-decoration: none;
}

.kol-location-tabs a:hover,
.kol-location-tabs a:focus,
.kol-location-tabs a.is-active {
	background: #8bd8bd;
	border-color: #8bd8bd;
	color: #121722;
}

.kol-location-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 300px;
	padding-bottom: 28px;
	padding-top: 28px;
}

.kol-location-overview {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 320px) minmax(420px, 1fr) minmax(240px, 320px);
	padding-bottom: 42px;
	padding-top: 28px;
}

.kol-location-row {
	min-width: 0;
}

.kol-location-row-activity {
	margin: 0;
	max-width: none;
	width: 100%;
}

.kol-location-row-activity .kol-location-section-head {
	justify-content: center;
	text-align: center;
}

.kol-location-row-activity .kol-as-container {
	margin: 0;
	max-width: none;
}

.kol-location-row-community {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.kol-location-community-members,
.kol-location-community-stats {
	min-width: 0;
}

.kol-location-community-stats {
	order: 1;
}

.kol-location-community-members {
	order: 2;
}

.kol-location-main,
.kol-location-activity {
	min-width: 0;
}

.kol-location-section-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 14px;
}

.kol-location-section-head h2,
.kol-location-panel h2 {
	color: #121722;
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0;
}

.kol-location-member-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.kol-location-member-card {
	align-items: center;
	background: #fff;
	border: 1px solid #dce2ea;
	border-radius: 8px;
	color: #121722;
	display: flex;
	gap: 10px;
	min-height: 74px;
	padding: 10px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.kol-location-member-card:hover,
.kol-location-member-card:focus {
	border-color: #1c8f74;
	box-shadow: 0 8px 20px rgba(18, 23, 34, 0.08);
	color: #121722;
	transform: translateY(-1px);
}

.kol-location-avatar,
.kol-location-avatar img {
	border-radius: 50%;
	display: block;
	height: 52px;
	width: 52px;
}

.kol-location-member-name {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.kol-location-sidebar {
	min-width: 0;
}

.kol-location-panel {
	background: #fff;
	border: 1px solid #dce2ea;
	border-radius: 8px;
	padding: 16px;
}

.kol-location-panel dl {
	display: grid;
	gap: 12px;
	margin: 16px 0 0;
}

.kol-location-panel dl div {
	border-top: 1px solid #edf0f4;
	padding-top: 12px;
}

.kol-location-panel dt {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.kol-location-panel dd {
	color: #121722;
	font-size: 1rem;
	font-weight: 700;
	margin: 4px 0 0;
}

.kol-location-activity {
	padding-bottom: 42px;
}

.kol-location-empty {
	background: #fff;
	border: 1px solid #dce2ea;
	border-radius: 8px;
	color: #475467;
	margin: 0;
	padding: 18px;
}

.kol-location-popular-post {
	align-items: center;
	background: #fff;
	border: 1px solid #dce2ea;
	border-left: 4px solid #1c8f74;
	border-radius: 8px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 14px 16px;
}

.kol-location-popular-post div {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.kol-location-popular-post span {
	color: #1c8f74;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kol-location-popular-post p {
	color: #121722;
	font-size: 0.95rem;
	font-weight: 750;
	line-height: 1.35;
	margin: 0;
	overflow-wrap: anywhere;
}

.kol-location-popular-post small {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 700;
}

.kol-location-popular-post a {
	background: #121722;
	border-radius: 999px;
	color: #fff;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 850;
	padding: 8px 12px;
	text-decoration: none;
}

.kol-location-popular-post a:hover,
.kol-location-popular-post a:focus {
	background: #1c8f74;
	color: #fff;
}

.kol-location-disclaimer {
	background: #fff;
	border-top: 1px solid #dce2ea;
	color: #667085;
	display: grid;
	gap: 6px;
	margin-bottom: 34px;
	padding-bottom: 22px;
	padding-top: 18px;
}

.kol-location-disclaimer strong {
	color: #344054;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kol-location-disclaimer p {
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
	max-width: 920px;
}

.kol-location-pictures-widget {
	margin-bottom: 0;
}

.kol-location-view-more {
	color: #1c8f74;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.kol-location-view-more:hover,
.kol-location-view-more:focus {
	text-decoration: underline;
}

.kol-location-photo-tab {
	padding-bottom: 42px;
	padding-top: 28px;
}

.kol-location-photo-grid {
	display: grid;
	gap: 12px;
}

.kol-location-photo-grid-widget {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kol-location-photo-grid-tab {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kol-location-photo-card {
	background: #fff;
	border: 1px solid #dce2ea;
	border-radius: 8px;
	min-width: 0;
	overflow: hidden;
}

.kol-location-photo-thumb {
	aspect-ratio: 1 / 1;
	background: #17202d;
	display: block;
	overflow: hidden;
}

.kol-location-photo-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
	width: 100%;
}

.kol-location-photo-card:hover .kol-location-photo-thumb img {
	transform: scale(1.04);
}

.kol-location-photo-meta {
	display: grid;
	gap: 8px;
	padding: 10px;
}

.kol-location-photo-title {
	color: #121722;
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kol-location-photo-rating {
	align-items: baseline;
	display: flex;
	gap: 6px;
}

.kol-location-photo-rating span {
	color: #1c8f74;
	font-size: 0.88rem;
	font-weight: 900;
}

.kol-location-photo-rating small {
	color: #667085;
	font-size: 0.75rem;
	font-weight: 700;
}

.kol-location-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 24px;
}

.kol-location-pagination .page-numbers {
	background: #fff;
	border: 1px solid #dce2ea;
	border-radius: 8px;
	color: #121722;
	font-weight: 800;
	min-width: 38px;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}

.kol-location-pagination .page-numbers.current,
.kol-location-pagination .page-numbers:hover,
.kol-location-pagination .page-numbers:focus {
	background: #121722;
	border-color: #121722;
	color: #fff;
}

.kol-location-activity .kol-as-container {
	margin: 0;
	max-width: none;
}

@media (max-width: 1100px) {
	.kol-location-overview {
		grid-template-columns: 1fr;
	}

	.kol-location-row-activity .kol-location-section-head {
		justify-content: flex-start;
		text-align: left;
	}
}

@media (max-width: 820px) {
	.kol-location-layout {
		grid-template-columns: 1fr;
	}

	.kol-location-hero {
		padding: 42px 0 32px;
	}

	.kol-location-photo-grid-widget,
	.kol-location-photo-grid-tab {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.kol-location-photo-grid-widget,
	.kol-location-photo-grid-tab {
		grid-template-columns: 1fr;
	}
}

.kol-location-magazine {
	background: #f6f7f9;
	color: #141923;
	padding: 32px 0;
}

.kol-location-magazine,
.kol-location-magazine * {
	box-sizing: border-box;
}

.kol-location-magazine-header {
	border-bottom: 2px solid #141923;
	margin: 0 auto 18px;
	max-width: 1180px;
	padding: 0 20px 18px;
}

.kol-location-magazine-header h2 {
	color: #141923;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 4.6rem);
	font-weight: 700;
	line-height: 0.96;
	margin: 0;
	max-width: 900px;
}

.kol-location-magazine-header p:last-child {
	color: #475467;
	font-size: 1rem;
	line-height: 1.6;
	margin: 14px 0 0;
	max-width: 680px;
}

.kol-location-magazine-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px;
}

.kol-location-mag-card {
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
}

.kol-location-mag-card-featured {
	grid-column: span 2;
	grid-row: span 2;
}

.kol-location-mag-image {
	aspect-ratio: 16 / 10;
	background: #17202d;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.kol-location-mag-card-featured .kol-location-mag-image {
	aspect-ratio: 16 / 9;
}

.kol-location-mag-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
	width: 100%;
}

.kol-location-mag-card:hover .kol-location-mag-image img {
	transform: scale(1.035);
}

.kol-location-mag-fallback {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(139, 216, 189, 0.9), rgba(255, 255, 255, 0) 58%),
		#182230;
	color: #fff;
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 8vw, 5rem);
	font-weight: 700;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.kol-location-mag-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
}

.kol-location-mag-card-featured .kol-location-mag-content {
	padding: 20px;
}

.kol-location-mag-meta {
	color: #667085;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 8px;
	text-transform: uppercase;
}

.kol-location-mag-meta span + span::before {
	content: "/";
	margin-right: 8px;
}

.kol-location-mag-content h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	line-height: 1.05;
	margin: 0;
}

.kol-location-mag-card-featured h3 {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.kol-location-mag-content h3 a {
	color: #141923;
	text-decoration: none;
}

.kol-location-mag-content h3 a:hover,
.kol-location-mag-content h3 a:focus {
	color: #1c8f74;
}

.kol-location-hot-link {
	border-top: 1px solid #e6ebf2;
	color: #141923;
	display: grid;
	gap: 5px;
	padding-top: 12px;
	text-decoration: none;
}

.kol-location-hot-link span {
	color: #1c8f74;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.kol-location-hot-link strong {
	color: #273244;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.45;
}

.kol-location-hot-link:hover strong,
.kol-location-hot-link:focus strong {
	color: #1c8f74;
}

.kol-location-mag-note {
	border-top: 1px solid #e6ebf2;
	color: #667085;
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0;
	padding-top: 12px;
}

.kol-location-magazine-empty {
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px;
	width: calc(100% - 40px);
}

.kol-location-magazine-empty h3 {
	color: #141923;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1.05;
	margin: 0 0 8px;
}

.kol-location-magazine-empty p {
	color: #667085;
	margin: 0;
}

@media (max-width: 980px) {
	.kol-location-magazine-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.kol-location-magazine-grid {
		grid-template-columns: 1fr;
	}

	.kol-location-mag-card-featured {
		grid-column: span 1;
		grid-row: span 1;
	}

	.kol-location-mag-card-featured h3 {
		font-size: 2rem;
	}
}
