:root {
	--dp-ink: #13263b;
	--dp-ink-soft: #27435f;
	--dp-copper: #b76b2f;
	--dp-copper-dark: #965623;
	--dp-sand: #f3ede5;
	--dp-card: #fffdf9;
	--dp-border: #e1d5c6;
	--dp-shadow: 0 18px 48px rgba(19, 38, 59, 0.08);
}

body.domainportal-refit {
	background: linear-gradient(180deg, #f7f1e8 0, #fff 340px);
	color: var(--dp-ink);
}

body.domainportal-refit a {
	color: var(--dp-copper);
}

body.domainportal-refit a:focus,
body.domainportal-refit a:hover {
	color: var(--dp-copper-dark);
}

body.domainportal-refit .site-header {
	background: rgba(255, 253, 249, 0.94);
	border-bottom: 1px solid rgba(19, 38, 59, 0.08);
	box-shadow: 0 10px 30px rgba(19, 38, 59, 0.04);
	backdrop-filter: blur(14px);
}

body.domainportal-refit .site-title {
	margin-bottom: 0;
}

body.domainportal-refit .site-title a {
	color: var(--dp-ink);
	display: block;
	font-size: 1.02em;
	letter-spacing: 0.12em;
	white-space: nowrap;
	text-transform: uppercase;
}

body.domainportal-refit .site-description {
	color: rgba(19, 38, 59, 0.72);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
}

body.domainportal-refit .genesis-nav-menu a {
	color: var(--dp-ink);
	font-family: "Poppins", sans-serif;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.domainportal-refit .genesis-nav-menu a:focus,
body.domainportal-refit .genesis-nav-menu a:hover,
body.domainportal-refit .genesis-nav-menu .current-menu-item > a {
	color: var(--dp-copper);
}

body.domainportal-refit .genesis-nav-menu .sub-menu {
	background: #fff;
	border: 1px solid var(--dp-border);
	box-shadow: var(--dp-shadow);
}

body.domainportal-refit .genesis-nav-menu .menu-item {
	margin: 0 2px;
}

body.domainportal-refit .site-inner {
	max-width: 1320px;
}

body.domainportal-refit .site-footer {
	background: linear-gradient(180deg, rgba(19, 38, 59, 0.96), rgba(13, 29, 45, 0.98));
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 42px;
}

body.domainportal-refit .site-footer .wrap {
	padding-bottom: 20px;
	padding-top: 20px;
}

body.domainportal-refit .dp-footer-bar {
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-wrap: wrap;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	gap: 10px 18px;
	justify-content: space-between;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

body.domainportal-refit .site-footer .dp-footer-brand {
	color: #fff;
	font-weight: 600;
}

body.domainportal-refit .site-footer .dp-footer-links {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

body.domainportal-refit .site-footer .dp-footer-links a {
	color: rgba(255, 255, 255, 0.8);
}

body.domainportal-refit .site-footer .dp-footer-links a:focus,
body.domainportal-refit .site-footer .dp-footer-links a:hover {
	color: #fff;
}

body.domainportal-refit .site-footer .dp-footer-divider {
	color: rgba(255, 255, 255, 0.34);
}

body.domainportal-refit .entry,
body.domainportal-refit .archive-description,
body.domainportal-refit .author-box,
body.domainportal-refit .comment-respond,
body.domainportal-refit .comments,
body.domainportal-refit .pagination {
	background: var(--dp-card);
	border: 1px solid var(--dp-border);
	border-radius: 24px;
	box-shadow: var(--dp-shadow);
}

body.domainportal-refit .entry {
	padding: 28px 30px;
}

body.domainportal-refit .entry-title {
	color: var(--dp-ink);
	font-size: 44px;
	line-height: 1.1;
}

body.domainportal-refit .entry-title a {
	color: var(--dp-ink);
}

body.domainportal-refit .entry-meta,
body.domainportal-refit .entry-time,
body.domainportal-refit .archive-description p {
	color: rgba(19, 38, 59, 0.68);
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

body.domainportal-refit .archive-description {
	margin-bottom: 18px;
	padding: 22px 26px;
}

body.domainportal-refit .archive-title {
	font-size: 38px;
	line-height: 1.1;
	margin-bottom: 0;
}

body.domainportal-refit .dp-archive-tools {
	display: grid;
	gap: 18px;
	margin-bottom: 22px;
}

body.domainportal-refit .dp-category-switcher ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
}

body.domainportal-refit .dp-category-switcher li {
	list-style: none;
}

body.domainportal-refit .dp-category-switcher a {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(19, 38, 59, 0.08);
	border-radius: 999px;
	color: var(--dp-ink);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 11px 16px;
	text-transform: uppercase;
}

body.domainportal-refit .dp-category-switcher li.is-current a,
body.domainportal-refit .dp-category-switcher a:focus,
body.domainportal-refit .dp-category-switcher a:hover {
	background: var(--dp-ink);
	border-color: var(--dp-ink);
	color: #fff;
}

body.domainportal-refit .dp-archive-intro {
	background: linear-gradient(135deg, rgba(19, 38, 59, 0.98), rgba(39, 67, 95, 0.96));
	border-radius: 24px;
	box-shadow: var(--dp-shadow);
	color: rgba(255, 255, 255, 0.92);
	padding: 22px 24px;
}

body.domainportal-refit .dp-archive-intro p {
	margin: 0;
	max-width: 56rem;
}

body.domainportal-refit .dp-entry-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-bottom: 14px;
}

body.domainportal-refit .dp-entry-date {
	color: rgba(19, 38, 59, 0.66);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.domainportal-refit .dp-entry-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.domainportal-refit .dp-entry-chips a {
	background: rgba(183, 107, 47, 0.12);
	border: 1px solid rgba(183, 107, 47, 0.22);
	border-radius: 999px;
	color: var(--dp-copper-dark);
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 7px 11px;
	text-transform: uppercase;
}

body.domainportal-refit .dp-entry-chips a:focus,
body.domainportal-refit .dp-entry-chips a:hover {
	background: var(--dp-copper);
	border-color: var(--dp-copper);
	color: #fff;
}

body.domainportal-refit .sidebar .widget {
	background: var(--dp-card);
	border: 1px solid var(--dp-border);
	border-radius: 22px;
	box-shadow: var(--dp-shadow);
	padding: 24px;
}

body.domainportal-refit .sidebar .widget.widget_search {
	background: linear-gradient(135deg, rgba(19, 38, 59, 0.98), rgba(36, 62, 87, 0.95));
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

body.domainportal-refit .sidebar .widget-title {
	color: var(--dp-ink);
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

body.domainportal-refit .sidebar .widget p,
body.domainportal-refit .sidebar .widget li,
body.domainportal-refit .sidebar .widget label {
	font-size: 15px;
	line-height: 1.8;
}

body.domainportal-refit .sidebar .widget.widget_search .widget-title,
body.domainportal-refit .sidebar .widget.widget_search label {
	color: rgba(255, 255, 255, 0.88);
}

body.domainportal-refit .sidebar .widget ul li {
	border-top: 1px solid rgba(19, 38, 59, 0.08);
	padding: 12px 0;
}

body.domainportal-refit .sidebar .widget ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

body.domainportal-refit .widget_search .search-form {
	display: flex;
	gap: 10px;
}

body.domainportal-refit .widget_search input[type="search"] {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--dp-ink);
	flex: 1 1 auto;
	padding: 12px 16px;
}

body.domainportal-refit .widget_search input[type="submit"],
body.domainportal-refit .wp-block-button__link,
body.domainportal-refit a.button,
body.domainportal-refit button,
body.domainportal-refit input[type="button"],
body.domainportal-refit input[type="reset"],
body.domainportal-refit input[type="submit"] {
	background: var(--dp-ink);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 14px 20px;
	text-transform: uppercase;
}

body.domainportal-refit .widget_search input[type="submit"]:focus,
body.domainportal-refit .widget_search input[type="submit"]:hover,
body.domainportal-refit .wp-block-button__link:focus,
body.domainportal-refit .wp-block-button__link:hover,
body.domainportal-refit input[type="submit"]:focus,
body.domainportal-refit input[type="submit"]:hover {
	background: var(--dp-copper);
	color: #fff;
}

body.domainportal-refit .wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
}

body.domainportal-refit .wp-block-button.is-style-outline > .wp-block-button__link:focus,
body.domainportal-refit .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

body.domainportal-front-page .entry-header {
	display: none;
}

body.domainportal-front-page .entry {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.domainportal-front-page .entry-content {
	display: block;
	font-size: 17px;
}

body.domainportal-front-page .dp-hero {
	background: linear-gradient(135deg, #11283c 0, #1b3c58 56%, #b76b2f 100%);
	border-radius: 30px;
	box-shadow: 0 28px 60px rgba(19, 38, 59, 0.2);
	color: #fff;
	margin-bottom: 22px;
	overflow: hidden;
	padding: clamp(30px, 5vw, 56px);
	position: relative;
}

body.domainportal-front-page .dp-hero::after {
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 40%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.domainportal-front-page .dp-hero > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
}

body.domainportal-front-page .dp-hero .dp-hero-surface-link {
	background: transparent;
	border: 0;
	border-radius: inherit;
	box-shadow: none;
	color: transparent;
	display: block;
	font-size: 0;
	inset: 0;
	line-height: 0;
	margin: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute;
	text-decoration: none;
	text-indent: 100%;
	transition: background-color 0.2s ease-in-out;
	width: auto !important;
	white-space: nowrap;
	z-index: 2;
}

body.domainportal-front-page .dp-hero .dp-hero-surface-link:focus {
	background: rgba(255, 255, 255, 0.04);
}

body.domainportal-front-page .dp-hero .dp-hero-surface-link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: -14px;
}

body.domainportal-front-page .dp-hero .dp-intro-kicker,
body.domainportal-front-page .dp-hero .wp-block-heading,
body.domainportal-front-page .dp-hero p {
	position: relative;
	z-index: 1;
}

body.domainportal-front-page .dp-hero .wp-block-heading {
	color: #fff;
	font-size: clamp(40px, 4.9vw, 62px);
	line-height: 0.92;
	margin-bottom: 16px;
	max-width: none;
	white-space: nowrap;
}

body.domainportal-front-page .dp-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	max-width: 34rem;
}

body.domainportal-front-page .dp-hero .wp-block-buttons {
	align-items: start;
	display: grid;
	gap: 12px 10px;
	grid-template-columns: repeat(2, max-content);
	justify-content: start;
	margin-top: 30px;
	position: relative;
	z-index: 3;
}

body.domainportal-front-page .dp-hero .wp-block-button {
	margin: 0;
	width: auto;
}

body.domainportal-front-page .dp-hero .wp-block-button__link {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	font-size: 12.5px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.04em;
	min-height: 46px;
	min-width: 176px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: auto;
}

body.domainportal-front-page .dp-hero .wp-block-button__link::after {
	border: 1px solid transparent;
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.domainportal-front-page .dp-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link::after {
	border-color: rgba(255, 255, 255, 0.56);
	box-shadow: none;
}

body.domainportal-front-page .dp-hero .wp-block-button.is-style-outline > .wp-block-button__link::after {
	border-color: rgba(255, 255, 255, 0.56);
}

body.domainportal-front-page .dp-hero .wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: transparent !important;
	border-width: 1px;
	padding: 0 20px;
}

body.domainportal-front-page .dp-intro-kicker {
	color: rgba(255, 255, 255, 0.68);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

body.domainportal-front-page .dp-topic-grid > .wp-block-group__inner-container {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.domainportal-front-page .dp-topic-card {
	background: var(--dp-card);
	border: 1px solid var(--dp-border);
	border-radius: 24px;
	box-shadow: var(--dp-shadow);
	padding: 24px 26px;
}

body.domainportal-front-page .dp-topic-card .wp-block-heading {
	font-size: 28px;
	line-height: 1.1;
	margin-bottom: 10px;
}

body.domainportal-front-page .dp-topic-card .wp-block-latest-posts__list {
	margin-top: 16px;
}

body.domainportal-front-page .dp-topic-card .wp-block-latest-posts__list li {
	border-top: 1px solid rgba(19, 38, 59, 0.08);
	margin-top: 14px;
	padding-top: 14px;
}

body.domainportal-front-page .dp-topic-card .wp-block-latest-posts__list li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

body.domainportal-front-page .dp-topic-card .wp-block-latest-posts__post-title {
	color: var(--dp-ink);
	display: inline-block;
	font-family: "Playfair Display", serif;
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 4px;
}

body.domainportal-front-page .dp-topic-card .wp-block-latest-posts__post-date {
	color: rgba(19, 38, 59, 0.66);
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.domainportal-front-page .dp-extra-topics {
	background: var(--dp-sand);
	border: 1px solid var(--dp-border);
	border-radius: 24px;
	padding: 24px 26px;
}

body.domainportal-front-page .dp-conference-callout {
	background: linear-gradient(135deg, rgba(19, 38, 59, 0.98), rgba(18, 42, 61, 0.94));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: 0 26px 56px rgba(19, 38, 59, 0.18);
	color: #fff;
	margin: 28px 0 30px;
	padding: 30px 32px;
}

body.domainportal-front-page .dp-conference-callout .wp-block-group__inner-container {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
}

body.domainportal-front-page .dp-conference-callout .wp-block-heading,
body.domainportal-front-page .dp-conference-callout p,
body.domainportal-front-page .dp-conference-callout a {
	color: #fff;
}

body.domainportal-front-page .dp-conference-callout .wp-block-heading {
	font-size: 38px;
	line-height: 1.05;
	margin-bottom: 10px;
}

body.domainportal-front-page .dp-conference-callout p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.75;
	margin-bottom: 0;
}

body.domainportal-front-page .dp-conference-links {
	display: grid;
	gap: 12px;
	list-style: none;
	padding: 0;
}

body.domainportal-front-page .dp-conference-links li {
	list-style: none;
}

body.domainportal-front-page .dp-conference-links a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 16px 18px;
	text-transform: uppercase;
}

body.domainportal-front-page .dp-conference-links a:focus,
body.domainportal-front-page .dp-conference-links a:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}

body.domainportal-front-page .dp-extra-topics ul {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

body.domainportal-front-page .dp-extra-topics li {
	list-style: none;
}

body.domainportal-front-page .dp-extra-topics li a {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(19, 38, 59, 0.08);
	border-radius: 16px;
	color: var(--dp-ink);
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 16px 18px;
}

body.domainportal-front-page .dp-extra-topics li a:focus,
body.domainportal-front-page .dp-extra-topics li a:hover {
	background: #fff;
	border-color: rgba(183, 107, 47, 0.35);
	color: var(--dp-copper);
}

body.domainportal-conference-section #em-wrapper {
	background: linear-gradient(180deg, rgba(243, 237, 229, 0.76), rgba(255, 255, 255, 0.98));
	border: 1px solid var(--dp-border);
	border-radius: 24px;
	box-shadow: var(--dp-shadow);
	margin-top: 24px;
	padding: 24px 26px;
}

body.domainportal-conference-section #em-wrapper > p {
	margin: 0;
}

body.domainportal-conference-page .dp-events-hero {
	background: linear-gradient(135deg, #11283c 0, #1f3d59 58%, #b76b2f 100%);
	border-radius: 28px;
	box-shadow: 0 26px 56px rgba(19, 38, 59, 0.2);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.85fr);
	margin-bottom: 24px;
	overflow: hidden;
	padding: 30px 32px;
	position: relative;
}

body.domainportal-conference-page .dp-events-hero::after {
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 42%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.domainportal-conference-page .dp-events-copy,
body.domainportal-conference-page .dp-events-links {
	position: relative;
	z-index: 1;
}

body.domainportal-conference-page .dp-events-eyebrow {
	color: rgba(255, 255, 255, 0.68);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

body.domainportal-conference-page .dp-events-hero h2 {
	color: #fff;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1;
	margin-bottom: 14px;
}

body.domainportal-conference-page .dp-events-hero p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 42rem;
}

body.domainportal-conference-page .dp-events-note {
	margin-top: 14px;
}

body.domainportal-conference-page .dp-events-links {
	display: grid;
	gap: 12px;
	list-style: none;
	padding: 0;
}

body.domainportal-conference-page .dp-events-links li {
	list-style: none;
}

body.domainportal-conference-page .dp-events-links a {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 16px 18px;
	text-transform: uppercase;
}

body.domainportal-conference-page .dp-events-links a:focus,
body.domainportal-conference-page .dp-events-links a:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}

body.domainportal-conference-section .em-view-container {
	display: block;
}

body.domainportal-conference-section .em-events-list {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(19, 38, 59, 0.08);
	border-radius: 20px;
	color: var(--dp-ink-soft);
	font-family: "Poppins", sans-serif;
	padding: 18px 20px;
}

body.domainportal-conference-section .dp-events-empty {
	align-items: center;
	background: linear-gradient(180deg, rgba(243, 237, 229, 0.82), rgba(255, 255, 255, 0.96));
	border: 1px dashed rgba(183, 107, 47, 0.4);
	border-radius: 18px;
	color: var(--dp-ink);
	display: flex;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.7;
	min-height: 124px;
	padding: 20px 24px;
	text-align: center;
}

body.domainportal-refit .widget_custom_html img {
	border-radius: 18px;
	display: block;
	height: auto;
	max-width: 100%;
}

body.domainportal-refit .widget_custom_html a[href*="kostenlose-anfrage"] img {
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(19, 38, 59, 0.12);
}

body.domainportal-refit .widget_custom_html p:last-child {
	margin-bottom: 0;
}

body.blog.domainportal-refit .content,
body.archive.domainportal-refit .content {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.blog.domainportal-refit .content > .archive-description,
body.blog.domainportal-refit .content > .dp-archive-tools,
body.blog.domainportal-refit .content > .pagination,
body.archive.domainportal-refit .content > .archive-description,
body.archive.domainportal-refit .content > .dp-archive-tools,
body.archive.domainportal-refit .content > .pagination {
	grid-column: 1 / -1;
}

body.blog.domainportal-refit .content > .entry,
body.archive.domainportal-refit .content > .entry {
	height: 100%;
	margin-bottom: 0;
	padding: 26px;
}

body.blog.domainportal-refit .content > .entry:first-of-type,
body.archive.domainportal-refit .content > .entry:first-of-type {
	grid-column: 1 / -1;
	padding: 32px;
}

body.blog.domainportal-refit .content > .entry:first-of-type .entry-title,
body.archive.domainportal-refit .content > .entry:first-of-type .entry-title {
	font-size: 52px;
}

body.blog.domainportal-refit .entry-content p,
body.archive.domainportal-refit .entry-content p {
	font-size: 16px;
	line-height: 1.85;
	margin-bottom: 0;
}

body.blog.domainportal-refit .entry-content p + p,
body.archive.domainportal-refit .entry-content p + p {
	margin-top: 12px;
}

body.blog.domainportal-refit .content > .entry:not(:first-of-type) .entry-title,
body.archive.domainportal-refit .content > .entry:not(:first-of-type) .entry-title {
	font-size: 30px;
}

body.blog.domainportal-refit .content > .entry:not(:first-of-type) .entry-content,
body.archive.domainportal-refit .content > .entry:not(:first-of-type) .entry-content {
	font-size: 15px;
}

@media only screen and (min-width: 960px) {
	body.domainportal-refit .site-header > .wrap {
		align-items: center;
		column-gap: 18px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	}

	body.domainportal-refit .nav-primary,
	body.domainportal-refit .nav-secondary,
	body.domainportal-refit .title-area {
		float: none;
		width: auto;
	}

	body.domainportal-refit .title-area {
		margin-top: 0;
		min-width: 236px;
		padding: 0 6px;
		text-align: center;
	}

	body.domainportal-refit .nav-primary .wrap,
	body.domainportal-refit .nav-secondary .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	body.domainportal-refit .nav-primary .genesis-nav-menu,
	body.domainportal-refit .nav-secondary .genesis-nav-menu {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 2px 4px;
	}

	body.domainportal-refit .nav-secondary .genesis-nav-menu {
		justify-content: flex-end;
	}

	body.domainportal-refit .nav-primary .genesis-nav-menu a,
	body.domainportal-refit .nav-secondary .genesis-nav-menu a {
		padding-left: 8px;
		padding-right: 8px;
	}

	body.domainportal-refit .genesis-nav-menu .sub-menu a {
		font-size: 11px;
		padding: 10px 14px;
	}

	body.domainportal-refit .content-sidebar .content {
		width: 65%;
	}

	body.domainportal-refit .content-sidebar .sidebar-primary {
		width: 29%;
	}

	body.domainportal-refit .sidebar .widget.widget_search,
	body.domainportal-refit .sidebar .widget.widget_custom_html:first-of-type {
		position: sticky;
		top: 130px;
	}
}

@media only screen and (max-width: 959px) {
	body.domainportal-front-page .dp-topic-grid > .wp-block-group__inner-container,
	body.domainportal-front-page .dp-extra-topics ul,
	body.domainportal-front-page .dp-conference-callout .wp-block-group__inner-container,
	body.domainportal-conference-page .dp-events-hero,
	body.blog.domainportal-refit .content,
	body.archive.domainportal-refit .content {
		grid-template-columns: 1fr;
	}

	body.domainportal-front-page .dp-hero .wp-block-heading,
	body.domainportal-refit .entry-title {
		font-size: 34px;
	}

	body.domainportal-front-page .dp-hero .wp-block-heading {
		white-space: normal;
	}

	body.domainportal-front-page .dp-hero .wp-block-buttons {
		grid-template-columns: 1fr;
	}

	body.domainportal-front-page .dp-hero .wp-block-button__link {
		min-width: 0;
	}

	body.domainportal-refit .site-title a {
		white-space: normal;
	}

	body.domainportal-refit .site-description,
	body.domainportal-refit .genesis-nav-menu a {
		letter-spacing: 0.04em;
	}

	body.domainportal-refit .dp-footer-bar {
		justify-content: center;
		text-align: center;
	}
}

/* Disable visual mouse hover effects on links while preserving keyboard focus states. */
body.domainportal-refit a,
body.domainportal-refit .wp-block-button__link {
	transition: none !important;
}

body.domainportal-refit .author-box a,
body.domainportal-refit .breadcrumb a,
body.domainportal-refit .comment-respond a,
body.domainportal-refit .entry-comments a,
body.domainportal-refit .entry-content a,
body.domainportal-refit .entry-meta a,
body.domainportal-refit .entry-pings a,
body.domainportal-refit .footer-widgets a,
body.domainportal-refit .more-from-category a {
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.domainportal-refit a:hover {
	box-shadow: none !important;
	color: var(--dp-copper) !important;
	text-decoration: none !important;
}

body.domainportal-refit .entry-title a:hover,
body.domainportal-refit .genesis-nav-menu a:hover {
	color: var(--dp-ink) !important;
}

body.domainportal-refit .genesis-nav-menu .current-menu-item > a:hover {
	color: var(--dp-copper) !important;
}

body.domainportal-refit .site-footer .dp-footer-links a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

body.domainportal-refit .dp-category-switcher a:hover {
	background: rgba(255, 255, 255, 0.82) !important;
	border-color: rgba(19, 38, 59, 0.08) !important;
	color: var(--dp-ink) !important;
}

body.domainportal-refit .dp-entry-chips a:hover {
	background: rgba(183, 107, 47, 0.12) !important;
	border-color: rgba(183, 107, 47, 0.22) !important;
	color: var(--dp-copper-dark) !important;
}

body.domainportal-refit .wp-block-button__link:hover {
	background: var(--dp-ink) !important;
	box-shadow: none !important;
	color: #fff !important;
	text-decoration: none !important;
}

body.domainportal-refit .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.42) !important;
	color: #fff !important;
}

body.domainportal-front-page .dp-conference-links a:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}

body.domainportal-front-page .dp-extra-topics li a:hover {
	background: rgba(255, 255, 255, 0.72) !important;
	border-color: rgba(19, 38, 59, 0.08) !important;
	color: var(--dp-ink) !important;
}

body.domainportal-front-page .dp-hero .wp-block-button__link:hover {
	background: var(--dp-copper) !important;
	color: #fff !important;
}

body.domainportal-front-page .dp-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	border-color: transparent !important;
	color: #fff !important;
}

body.domainportal-front-page .dp-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover::after {
	border-color: #fff;
}

body.domainportal-conference-page .dp-events-links a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}
