:root {
	--disk-gold: #d6a00a;
	--disk-gold-dark: #b78400;
	--disk-black: #0d0d0f;
	--disk-text: #232326;
	--disk-muted: #6b6b72;
	--disk-bg: #f5f6f8;
	--disk-line: #e8e8ec;
	--disk-card: #ffffff;
}

/* Common duplicate page-title wrappers from classic themes. */
body.disk-aktuellt-page .entry-header > .entry-title,
body.disk-aktuellt-page .page-header {
	display: none;
}

.disk-aktuellt,
.disk-aktuellt * {
	box-sizing: border-box;
}

.disk-aktuellt {
	width: 100vw;
	font-size: 16px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	color: var(--disk-text);
	font-family: "Poppins", sans-serif;
}

.disk-aktuellt a {
	transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.disk-aktuellt__hero {
	--disk-hero-image: linear-gradient(135deg, #272727, #090909);
	position: relative;
	display: grid;
	min-height: 360px;
	place-items: center;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(5, 9, 16, 0.64), rgba(5, 9, 16, 0.64)),
		var(--disk-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}


.disk-aktuellt__hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, transparent 10%, rgba(0, 0, 0, 0.12) 100%);
}

.disk-aktuellt__hero-content {
	position: relative;
	z-index: 3;
	max-width: 760px;
	padding: 60px 24px 86px;
}

.disk-aktuellt__hero h1 {
	margin: 0 0 12px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.05;
}

.disk-aktuellt__hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(14px, 1.6vw, 18px);
	line-height: 1.6;
}

.disk-aktuellt__background {
	background: var(--disk-bg);
}

.disk-aktuellt__container {
	display: grid;
	grid-template-columns: minmax(0, 2.08fr) minmax(280px, 1fr);
	gap: 28px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 64px 0 84px;
	align-items: start;
}

.disk-post-list {
	display: grid;
	gap: 18px;
}

.disk-post-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 18px;
	margin: 0;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background: var(--disk-card);
	box-shadow: 0 8px 28px rgba(15, 19, 28, 0.055);
}

.disk-post-card__date {
	display: flex;
	width: 64px;
	height: 64px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--disk-gold);
	color: #fff;
	text-align: center;
}

.disk-post-card__day {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.disk-post-card__month {
	margin-top: 6px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.disk-post-card__body {
	min-width: 0;
}

.disk-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 1px 0 8px;
	color: var(--disk-muted);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.045em;
	line-height: 1.5;
	text-transform: uppercase;
}

.disk-post-card__categories::before {
	margin-right: 6px;
	color: var(--disk-gold);
	content: "▱";
}

.disk-post-card__author::before {
	margin-right: 6px;
	color: var(--disk-gold);
	content: "♙";
}

.disk-post-card__meta a {
	color: inherit;
	text-decoration: none;
}

.disk-post-card__meta a:hover {
	color: var(--disk-gold-dark);
}

.disk-post-card__title {
	margin: 0 0 11px;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(21px, 2.1vw, 28px);
	font-weight: 700;
	letter-spacing: -0.018em;
	line-height: 1.25;
}

.disk-post-card__title a {
	color: var(--disk-black);
	text-decoration: none;
}

.disk-post-card__title a:hover {
	color: var(--disk-gold-dark);
}

.disk-post-card__excerpt {
	margin: 0 0 18px;
	color: #33343a;
	font-size: 16px;
	line-height: 1.7;
}

.disk-post-card__more {
	display: inline-block;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--disk-gold-dark);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}

.disk-post-card__more span {
	display: none;
}

.disk-post-card__more:hover,
.disk-post-card__more:focus {
	color: var(--disk-black);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.disk-widget {
	margin: 0 0 18px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(15, 19, 28, 0.045);
}

.disk-widget__title {
	margin: 0 0 16px;
	color: var(--disk-black);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.disk-search {
	display: flex;
	overflow: hidden;
	border: 1px solid #dddde2;
	border-radius: 4px;
}

.disk-search__input {
	width: 100%;
	min-width: 0;
	padding: 11px 12px;
	border: 0;
	outline: 0;
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

.disk-search__input:focus {
	box-shadow: inset 0 0 0 2px rgba(214, 160, 10, 0.22);
}

.disk-search__button {
	flex: 0 0 auto;
	padding: 0 20px;
	border: 0;
	background: var(--disk-black);
	color: #fff;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.disk-search__button:hover {
	background: var(--disk-gold-dark);
}

.disk-recent,
.disk-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.disk-recent__item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 11px;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeF1;
}

.disk-recent__item:first-child {
	padding-top: 0;
}

.disk-recent__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.disk-recent__thumb {
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 3px;
	background: #f0f1f3;
}

.disk-recent__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.disk-recent__content {
	min-width: 0;
}

.disk-recent__title {
	display: block;
	overflow: hidden;
	color: var(--disk-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
}

.disk-recent__title:hover {
	color: var(--disk-gold-dark);
}

.disk-recent__date {
	display: block;
	margin-top: 3px;
	color: var(--disk-muted);
	font-size: 10px;
	line-height: 1.35;
}

.disk-link-list li {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 7px 0;
	border-bottom: 1px solid #eeeeF1;
	color: var(--disk-muted);
	font-size: 16px;
	line-height: 1.5;
}

.disk-link-list li:last-child {
	border-bottom: 0;
}

.disk-link-list a {
	color: var(--disk-text);
	text-decoration: none;
}

.disk-link-list a:hover {
	color: var(--disk-gold-dark);
}

.disk-link-list--archives li {
	display: list-item;
	padding-left: 16px;
	position: relative;
}

.disk-link-list--archives li::before {
	position: absolute;
	top: 9px;
	left: 0;
	color: #a9a9af;
	content: "▱";
	font-size: 10px;
}

.disk-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.disk-tag-cloud a {
	display: inline-block;
	padding: 5px 9px;
	border: 1px solid #dedee3;
	border-radius: 5px;
	color: #595a61;
	font-size: 16px !important;
	line-height: 1.35;
	text-decoration: none;
}

.disk-tag-cloud a:hover {
	border-color: var(--disk-gold);
	color: var(--disk-gold-dark);
}

.disk-pagination {
	margin-top: 24px;
}

.disk-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.disk-pagination .page-numbers li {
	margin: 0;
}

.disk-pagination a,
.disk-pagination span {
	display: inline-flex;
	min-width: 36px;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid #dcdce1;
	border-radius: 5px;
	background: #fff;
	color: var(--disk-text);
	font-size: 12px;
	text-decoration: none;
}

.disk-pagination a:hover,
.disk-pagination .current {
	border-color: var(--disk-gold);
	background: var(--disk-gold);
	color: #fff;
}

.disk-empty {
	padding: 34px;
	border: 1px solid var(--disk-line);
	border-radius: 10px;
	background: #fff;
}

.disk-empty h2 {
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
}

@media (max-width: 900px) {
	.disk-aktuellt__container {
		grid-template-columns: minmax(0, 1fr);
	}

	.disk-aktuellt__sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.disk-widget {
		margin-bottom: 0;
	}
}

@media (max-width: 620px) {
	.disk-aktuellt__hero {
		min-height: 285px;
	}

	.disk-aktuellt__hero-content {
		padding-bottom: 70px;
	}

	.disk-aktuellt__container {
		width: min(100% - 28px, 1180px);
		padding: 42px 0 60px;
	}

	.disk-post-card {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 13px;
		padding: 15px;
	}

	.disk-post-card__date {
		width: 52px;
		height: 58px;
	}

	.disk-post-card__day {
		font-size: 21px;
	}

	.disk-post-card__title {
		font-size: 19px;
	}

	.disk-post-card__excerpt {
		font-size: 16px;
	}

	.disk-aktuellt__sidebar {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* v1.0.2 refinements */
.disk-aktuellt {
	font-size: 18px;
}

.disk-aktuellt__hero {
	border-bottom: 0;
}

.disk-aktuellt__hero::after {
	display: none !important;
}

.disk-aktuellt__hero h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.disk-post-card,
.disk-widget {
	border: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

/* Remove text decoration from post titles and category links */
.disk-post-card__title,
.disk-post-card__title a,
.disk-post-card__categories,
.disk-post-card__categories a,
.disk-post-card__meta a {
	text-decoration: none !important;
}

.disk-post-card__title a:hover,
.disk-post-card__categories a:hover,
.disk-post-card__meta a:hover {
	text-decoration: none !important;
}

/* Main readable text should be at least 18px */
.disk-post-card__excerpt,
.disk-post-card__more,
.disk-search__input,
.disk-search__button,
.disk-recent__title,
.disk-link-list li,
.disk-link-list a,
.disk-tag-cloud a {
	font-size: 18px !important;
}

.disk-post-card__meta {
	font-size: 12px;
}

.disk-post-card__more {
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.disk-post-card__more:hover,
.disk-post-card__more:focus {
	text-decoration: none !important;
}

/* v1.0.3 site-alignment refinements */
.disk-aktuellt {
	background: #f9f9f9;
}

.disk-aktuellt__background {
	background: #f9f9f9;
}

.disk-aktuellt__container {
	width: min(1180px, calc(100% - 30px));
	max-width: 1180px;
}

.disk-post-card,
.disk-widget,
.disk-empty {
	background: #ffffff;
}

.disk-aktuellt__hero.hero-section {
	background-color: #0b0b0b;
}

.disk-aktuellt__hero h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.disk-aktuellt__container {
		width: min(1180px, calc(100% - 40px));
	}
}

@media (max-width: 767px) {
	.disk-aktuellt__container {
		width: auto;
		max-width: none;
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* v1.0.4 hero sizing refinements */
.disk-aktuellt__hero {
	min-height: 60vh;
}

.disk-aktuellt__hero-content {
	margin-top: 100px;
}

.disk-aktuellt__hero p {
	font-size: 18px;
}

@media (max-width: 767px) {
	.disk-aktuellt__hero {
		min-height: 50vh;
	}

	.disk-aktuellt__hero-content {
		margin-top: 100px;
	}

	.disk-aktuellt__hero p {
		font-size: 16px;
	}
}



/* v1.0.5 local search refinements */
.disk-search-summary {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	padding: 16px 20px;
	border: 1px solid #e8e8e8;
	background: #ffffff;
}

.disk-search-summary p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.disk-search-summary a {
	color: var(--disk-gold-dark);
	font-size: 16px;
	text-decoration: none;
}

.disk-search-summary a:hover {
	color: var(--disk-black);
	text-decoration: none;
}

@media (max-width: 767px) {
	.disk-search-summary {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* v1.0.6 year divider refinements */
.disk-year-divider {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 8px 0 18px;
	color: var(--disk-black);
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.disk-year-divider::after {
	flex: 1;
	height: 1px;
	background: #e8e8e8;
	content: "";
}

.disk-year-divider span {
	display: inline-block;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.disk-year-divider {
		margin: 6px 0 14px;
		font-size: 22px;
	}
}


/* v1.0.7 local archive/category refinements */
.disk-filter-heading {
	align-items: baseline;
}

.disk-filter-heading h2 {
	margin: 0;
	color: var(--disk-black);
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.disk-filter-heading h2 {
		font-size: 26px;
	}
}
