.dm-site-polish-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.dm-site-polish-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 2147483647;
	transform: translateY(-180%);
	padding: 12px 18px;
	border: 3px solid #fff;
	border-radius: 6px;
	background: #143852;
	box-shadow: 0 0 0 3px #f9c74f;
	color: #fff;
	font: 700 16px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
	transition: transform 160ms ease;
}

.dm-site-polish-skip-link:focus,
.dm-site-polish-skip-link:focus-visible {
	transform: translateY(0);
	color: #fff;
}

main#dm-site-main,
main[tabindex="-1"] {
	scroll-margin-top: 24px;
}

.dm-site-polish-profile {
	box-sizing: border-box;
	margin: 0 0 52px;
	padding: clamp(28px, 5vw, 58px);
	border: 1px solid rgb(20 56 82 / 12%);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgb(20 56 82 / 7%), rgb(0 184 217 / 5%)),
		#fff;
	box-shadow: 0 22px 54px rgb(20 56 82 / 10%);
	color: #143852;
}

.dm-site-polish-profile__eyebrow {
	margin: 0 0 12px;
	color: #006f83;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dm-site-polish-profile h1 {
	max-width: 930px;
	margin: 0 0 18px;
	color: #102f45;
	font-size: clamp(34px, 5vw, 60px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.dm-site-polish-profile__role {
	max-width: 900px;
	margin: 0 0 18px;
	color: #173e59;
	font-size: clamp(20px, 2.3vw, 28px);
	line-height: 1.35;
}

.dm-site-polish-profile__intro {
	max-width: 850px;
	margin: 0 0 24px;
	font-size: 17px;
	line-height: 1.75;
}

.dm-site-polish-profile__focus {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.dm-site-polish-profile__focus li {
	position: relative;
	margin: 0;
	padding: 18px 18px 18px 44px;
	border: 1px solid rgb(20 56 82 / 11%);
	border-radius: 14px;
	background: rgb(255 255 255 / 78%);
	font-weight: 650;
	line-height: 1.5;
}

.dm-site-polish-profile__focus li::before {
	position: absolute;
	top: 19px;
	left: 18px;
	content: "✓";
	color: #007f94;
	font-weight: 900;
}

.dm-site-polish-profile__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dm-site-polish-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 2px solid #143852;
	border-radius: 999px;
	background: #fff;
	color: #143852;
	font-weight: 750;
	text-decoration: none;
}

.dm-site-polish-button:hover {
	background: #edf7f9;
	color: #102f45;
}

.dm-site-polish-button--primary,
.dm-site-polish-button--primary:hover {
	background: #143852;
	color: #fff;
}

.title.sec-title[data-dm-site-polish-original-tag="h2"] {
	margin-bottom: 20px;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.25;
}

body.white-version #footer .widget-title {
	color: #9f1239 !important;
	font-weight: 700 !important;
}

body.white-version #custom_html-4 .dm-footer-note strong {
	color: #3c3e41 !important;
}

#custom_html-3 nav.dm-footer-socials {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px !important;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link {
	--dm-social-color: #143852;
	display: flex !important;
	box-sizing: border-box;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid #c7d5e2;
	border-left: 4px solid var(--dm-social-color);
	border-radius: 12px;
	background: #f8fafc !important;
	box-shadow: 0 4px 12px rgb(20 56 82 / 8%);
	color: #143852 !important;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, color 200ms ease;
}

#custom_html-3 nav.dm-footer-socials .dm-site-polish-social-icon {
	display: inline-flex;
	flex: 0 0 21px;
	align-items: center;
	justify-content: center;
	color: var(--dm-social-color);
}

#custom_html-3 nav.dm-footer-socials .dm-site-polish-social-icon svg {
	display: block;
	width: 21px;
	height: 21px;
}

#custom_html-3 nav.dm-footer-socials .dm-site-polish-social-label {
	color: #143852 !important;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link:hover,
#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link:focus-visible {
	border-color: #143852;
	background: #143852 !important;
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link:hover .dm-site-polish-social-icon,
#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link:focus-visible .dm-site-polish-social-icon,
#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link:hover .dm-site-polish-social-label,
#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link:focus-visible .dm-site-polish-social-label {
	color: #fff !important;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link--linkedin {
	--dm-social-color: #0a66c2;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link--facebook {
	--dm-social-color: #1457ad;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link--x {
	--dm-social-color: #111827;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link--instagram {
	--dm-social-color: #a12a76;
}

#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link--youtube {
	--dm-social-color: #b91c1c;
}

@media only screen and (max-width: 991px) {
	#custom_html-3 nav.dm-footer-socials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.popup-mobile-menu ul.social-share.d-flex.liststyle .dm-site-polish-social-item {
	display: inline-flex;
	margin: 0 8px 8px 0;
	padding: 0;
	list-style: none;
}

.popup-mobile-menu ul.social-share.d-flex.liststyle .dm-site-polish-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 18px rgb(0 0 0 / 10%);
	color: #143852;
}

.popup-mobile-menu ul.social-share.d-flex.liststyle .dm-site-polish-social-link--instagram {
	color: #c13584;
}

.popup-mobile-menu ul.social-share.d-flex.liststyle .dm-site-polish-social-link--youtube {
	color: #c00;
}

.popup-mobile-menu ul.social-share.d-flex.liststyle .dm-site-polish-social-link svg {
	display: block;
	width: 20px;
	height: 20px;
}

:where(a, button, input, select, textarea, [role="button"], [tabindex]):focus-visible {
	outline: 3px solid #f9c74f !important;
	outline-offset: 3px !important;
	box-shadow: 0 0 0 2px #143852 !important;
}

@media only screen and (max-width: 1199.98px) {
	.dm-mobile-social-tools {
		display: flex !important;
		align-items: center;
		gap: 6px;
		position: absolute;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 108px);
		right: 24px;
		z-index: 99998;
	}

	.dm-mobile-social-tools a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
	}

	body nav.trp-language-switcher.trp-floating-switcher {
		--switcher-width: 34px !important;
		--switcher-padding: 0 !important;
		--border-radius: 999px !important;
		--top: calc(var(--wp-admin--admin-bar--height, 0px) + 108px) !important;
		--right: 224px !important;
		--bottom: auto !important;
		--left: auto !important;
		position: absolute !important;
		width: 34px !important;
		height: 34px;
		padding: 0 !important;
		overflow: visible !important;
		border-radius: 999px !important;
		z-index: 99999;
	}

	body nav.trp-language-switcher.trp-floating-switcher .trp-language-item {
		box-sizing: border-box;
		justify-content: center;
		width: 34px;
		height: 34px;
		min-height: 34px;
		padding: 0;
	}

	body nav.trp-language-switcher.trp-floating-switcher .trp-language-item-name {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	body nav.trp-language-switcher.trp-floating-switcher .trp-switcher-dropdown-list {
		position: absolute;
		top: calc(100% + 6px);
		right: 0;
		width: 34px;
		border-radius: 999px;
	}
}

@media only screen and (max-width: 575px) {
	#custom_html-3 nav.dm-footer-socials {
		grid-template-columns: minmax(0, 1fr);
		padding-inline: 64px;
	}

	.dm-mobile-social-tools {
		right: 16px;
	}

	body nav.trp-language-switcher.trp-floating-switcher {
		--right: 216px !important;
	}

	.dm-site-polish-profile__focus {
		grid-template-columns: 1fr;
	}

	.dm-site-polish-profile__actions,
	.dm-site-polish-button {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 900px) {
	.dm-site-polish-profile__focus {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 359px) {
	#custom_html-3 nav.dm-footer-socials {
		grid-template-columns: minmax(0, 1fr);
	}

	.dm-mobile-social-tools {
		gap: 5px;
		right: 12px;
	}

	.dm-mobile-social-tools a,
	body nav.trp-language-switcher.trp-floating-switcher,
	body nav.trp-language-switcher.trp-floating-switcher .trp-language-item {
		width: 30px !important;
		height: 30px;
		min-height: 30px;
	}

	body nav.trp-language-switcher.trp-floating-switcher {
		--switcher-width: 30px !important;
		--right: 187px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dm-site-polish-skip-link {
		transition: none;
	}

	#custom_html-3 nav.dm-footer-socials a.dm-site-polish-social-link {
		transition: none;
		transform: none;
	}
}



/* Greek pages use one coherent, locally available font stack with full Greek coverage. */
html[lang^="el"] body,
html[lang^="el"] h1,
html[lang^="el"] h2,
html[lang^="el"] h3,
html[lang^="el"] h4,
html[lang^="el"] h5,
html[lang^="el"] h6,
html[lang^="el"] p,
html[lang^="el"] li,
html[lang^="el"] button,
html[lang^="el"] input,
html[lang^="el"] textarea,
html[lang^="el"] select,
html[lang^="el"] label {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}


.dm-timeline-year-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
	gap: 10px;
	margin: 1.25rem 0 2rem;
	padding: 0;
	list-style: none;
}

.dm-timeline-year-grid li {
	margin: 0;
	padding: 0;
}

.dm-timeline-year-grid a {
	display: block;
	padding: 10px 8px;
	border: 1px solid #c7d5e2;
	border-radius: 10px;
	background: #f7fafc;
	color: #143852;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

.dm-timeline-year-grid a:hover,
.dm-timeline-year-grid a:focus-visible {
	border-color: #007f94;
	background: #edf7f9;
	color: #102f45;
}


.dm-dossier-list > li {
	margin-bottom: 1rem;
	padding-left: 0.35rem;
	line-height: 1.65;
}


/* DM-STICKY-SOCIALS-START — 2026-08-08 */
.dm-mobile-social-tools {
  position: fixed !important;
  top: 112px !important;
  right: max(10px, calc((100vw - 1180px) / 2)) !important;
  left: auto !important;
  z-index: 99980 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  border: 1px solid rgba(16, 38, 56, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 10px 28px rgba(16, 38, 56, 0.18) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.admin-bar .dm-mobile-social-tools {
  top: 144px !important;
}
@media (max-width: 782px) {
  .dm-mobile-social-tools {
    top: 112px !important;
    right: 8px !important;
    gap: 6px !important;
    max-width: calc(100vw - 16px) !important;
    padding: 5px 6px !important;
  }
  .admin-bar .dm-mobile-social-tools {
    top: 158px !important;
  }
}
/* DM-STICKY-SOCIALS-END */


/* DM-VISUAL-POLISH-START — 2026-08-08 */
:root {
  --dm-vp-navy: #0b2138;
  --dm-vp-blue: #2476b7;
  --dm-vp-blue-dark: #155b8f;
  --dm-vp-cyan: #65e2e7;
  --dm-vp-light: #f7f9fc;
  --dm-vp-ink: #1e2125;
  --dm-vp-muted: #4f5f70;
}

/* Contrast corrections on dark homepage panels. */
.dm-pta-copy h3 { color: #ffffff !important; }
.dm-pta-copy p { color: #d8e6f2 !important; }
.dm-pta-copy small { color: var(--dm-vp-cyan) !important; }
.dm-trust li { color: #c7d4e6 !important; }
.dm-trust li::before { color: var(--dm-vp-cyan) !important; }

/* Consistent action colour: remove the isolated magenta archive search. */
.search-button {
  background: var(--dm-vp-blue) !important;
  border-color: var(--dm-vp-blue) !important;
  color: #fff !important;
}
.search-button:hover, .search-button:focus-visible {
  background: var(--dm-vp-blue-dark) !important;
  border-color: var(--dm-vp-blue-dark) !important;
}

/* Editorial image system: one crop and restrained colour treatment. */
.dm-post-media,
.rn-blog .thumbnail {
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: #dfe7ef !important;
}
.dm-post-media img,
.rn-blog .thumbnail img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: brightness(1.025) saturate(.96) contrast(1.015);
}

/* A single-line desktop header, without removing access to core areas. */
@media (min-width: 1200px) {
  #sideNav .primary-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0 !important;
  }
  #sideNav .primary-menu > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
  #sideNav .primary-menu > li > a {
    padding: 20px 10px !important;
    font-size: 11.5px !important;
    white-space: nowrap !important;
  }
  #sideNav .menu-item-6165 { display: none !important; }
  #sideNav form.is-search-form {
    width: 145px !important;
    margin-left: 6px !important;
  }
  #sideNav .is-search-input { width: 106px !important; }
  #sideNav .is-search-submit { width: 39px !important; }
}

/* Social tools and language switcher form one persistent visual unit. */
.dm-mobile-social-tools {
  min-width: 208px !important;
  min-height: 44px !important;
  gap: 6px !important;
  padding: 5px 7px !important;
}
.dm-mobile-social-tools a {
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  font-size: 15px !important;
  line-height: 1 !important;
}
.dm-mobile-social-tools svg {
  width: 18px !important;
  height: 18px !important;
}
.trp-language-switcher.trp-floating-switcher {
  position: fixed !important;
  top: 112px !important;
  right: calc(max(10px, calc((100vw - 1180px) / 2)) + 216px) !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 99981 !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  border: 1px solid rgba(16, 38, 56, .14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 28px rgba(16, 38, 56, .18) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.admin-bar .trp-language-switcher.trp-floating-switcher { top: 144px !important; }

/* Contact buttons: preserve accessible text while showing concise labels and icons. */
.dm-contact__actions .dm-contact__button {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
}
.dm-contact__actions a[href^="mailto:"] ,
.dm-contact__actions a[href^="tel:"] { font-size: 0 !important; }
.dm-contact__actions a[href^="mailto:"]::before { content: "✉  Email"; font-size: 15px; }
.dm-contact__actions a[href^="tel:"]::before { content: "☎  Κλήση"; font-size: 15px; }
.dm-contact__actions a[href*="linkedin.com"]::before { content: "in"; font-weight: 900; }
.dm-contact__actions a[href*="facebook.com"]::before { content: "f"; font-weight: 900; }
.dm-contact__actions a[href*="instagram.com"]::before { content: "◎"; font-weight: 900; }
.dm-contact__actions a[href*="x.com"]::before { content: "𝕏"; font-weight: 900; }
.dm-contact__actions a[href*="youtube.com"]::before { content: "▶"; font-size: 12px; }

@media (max-width: 782px) {
  .dm-mobile-social-tools {
    top: 112px !important;
    right: 8px !important;
    min-width: 208px !important;
    max-width: 208px !important;
  }
  .admin-bar .dm-mobile-social-tools { top: 158px !important; }
  .trp-language-switcher.trp-floating-switcher {
    top: 112px !important;
    right: 222px !important;
    width: 44px !important;
    min-width: 44px !important;
  }
  .admin-bar .trp-language-switcher.trp-floating-switcher { top: 158px !important; }

  body.page-id-3720 .breadcrumb-area { display: none !important; }
  body.page-id-3720 .dm-contact { padding-top: 92px !important; }
  body.page-id-3720 .dm-contact__intro {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  body.page-id-3720 .dm-contact__intro > div:first-child {
    width: 158px !important;
    margin: 0 auto !important;
  }
  body.page-id-3720 .dm-contact__portrait {
    width: 158px !important;
    height: 158px !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    object-position: 50% 16% !important;
    border-radius: 50% !important;
  }
  body.page-id-3720 .dm-contact__actions {
    gap: 8px !important;
    justify-content: center !important;
  }
  body.page-id-3720 .dm-contact__button {
    padding: 10px 13px !important;
    font-size: 14px !important;
  }
  body.page-id-3720 .dm-contact__actions a[href^="mailto:"]::before,
  body.page-id-3720 .dm-contact__actions a[href^="tel:"]::before { font-size: 14px; }

  #inbio-audio-switcher {
    left: 12px !important;
    bottom: 18px !important;
    width: 42px !important;
    height: 42px !important;
  }
}
/* DM-VISUAL-POLISH-END */


/* DM-VISUAL-POLISH-FIXES-START — 2026-08-08 */
@media (min-width: 1200px) {
  #sideNav form.is-search-form {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 150px !important;
    height: 40px !important;
  }

  #sideNav .is-search-input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 111px !important;
    box-sizing: border-box !important;
  }

  #sideNav .is-search-submit {
    flex: 0 0 39px !important;
    width: 39px !important;
    height: 40px !important;
    box-sizing: border-box !important;
  }
}

.dm-home .dm-section.dm-section-white:has(.dm-pta-panel) {
  padding-bottom: 56px !important;
}

.dm-home .dm-section.dm-section-white:has(.dm-pta-panel) + .dm-section.dm-section-white {
  padding-top: 64px !important;
}

.dm-contact__actions a[href*="x.com"]::before {
  content: none !important;
}
/* DM-VISUAL-POLISH-FIXES-END */


/* DM-ARCHIVE-CARD-VISUALS-START — 2026-08-08 */
.rn-blog .thumbnail {
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

.rn-blog .thumbnail > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.rn-blog .thumbnail img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}
/* DM-ARCHIVE-CARD-VISUALS-END */




/* DM-CONTACT-ACTION-GRID-START — 2026-08-08 */
.dm-contact__actions {
  display: grid !important;
  grid-template-columns: repeat(4, max-content) !important;
  justify-content: start !important;
  gap: 10px !important;
}

@media (max-width: 767px) {
  .dm-contact__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .dm-contact__actions .dm-contact__button {
    justify-content: center !important;
  }
}
/* DM-CONTACT-ACTION-GRID-END */


/* DM-MOBILE-SEARCH-OVERLAY-FIX-START — 2026-08-08 */
@media (max-width: 1199px) {
  #dm-mobile-menu-dialog .astm-search-menu,
  #dm-mobile-menu-dialog form.is-search-form {
    display: none !important;
  }
}
/* DM-MOBILE-SEARCH-OVERLAY-FIX-END */

/* DM-SINGLE-LANGUAGE-SWITCHER — 2026-08-09 */
.dm-language-switcher-single {
  position: fixed !important;
  top: 112px !important;
  right: calc(max(10px, calc((100vw - 1180px) / 2)) + 216px) !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 99981 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(16, 38, 56, .14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 10px 28px rgba(16, 38, 56, .18) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.admin-bar .dm-language-switcher-single {
  top: 144px !important;
}
.dm-language-switcher-single .dm-language-target {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #103348 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .18s ease, transform .18s ease !important;
}
.dm-language-switcher-single .dm-language-target:hover,
.dm-language-switcher-single .dm-language-target:focus-visible {
  background: rgba(27, 111, 126, .12) !important;
  transform: translateY(-1px);
  outline: 2px solid rgba(27, 111, 126, .45) !important;
  outline-offset: 2px !important;
}
.dm-language-switcher-single .dm-language-flag {
  display: block !important;
  width: 18px !important;
  height: 14px !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 2px !important;
  object-fit: cover !important;
  box-shadow: 0 0 0 1px rgba(16, 38, 56, .14) !important;
}
.dm-language-switcher-single .dm-language-item-name {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 782px) {
  .dm-language-switcher-single {
    top: 112px !important;
    right: 222px !important;
  }
  .admin-bar .dm-language-switcher-single {
    top: 158px !important;
  }
}
@media (max-width: 359px) {
  .dm-language-switcher-single {
    right: 187px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }
  .dm-language-switcher-single .dm-language-target {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
  }
}




/* DM-MACHAIRAS-LAYOUT-FIXES-START — 2026-08-12 */
html,body{max-width:100%!important;overflow-x:clip!important}
#inbio-audio-switcher,.rbt-nav-menu-button-audio,.preloader-button-audio{display:none!important;visibility:hidden!important;pointer-events:none!important}
@media (min-width:1200px){header.rn-header .header-wrapper>.container{width:min(calc(100% - 48px),1760px)!important;max-width:1760px!important;padding-inline:0!important}header.rn-header .header-wrapper .row{width:100%!important;margin-inline:0!important;flex-wrap:nowrap!important}header.rn-header .header-left{flex:0 0 clamp(180px,12vw,220px)!important;width:clamp(180px,12vw,220px)!important;min-width:180px!important}header.rn-header .header-center{flex:1 1 auto!important;width:auto!important;min-width:0!important;justify-content:flex-end!important}header.rn-header .header-right{flex:0 0 auto!important;width:auto!important;min-width:0!important}header.rn-header #sideNav{width:auto!important;max-width:100%!important}header.rn-header #sideNav .primary-menu>li>a{padding-inline:clamp(6px,.58vw,11px)!important;font-size:clamp(10.5px,.69vw,12px)!important}header.rn-header #sideNav form.is-search-form{flex:0 1 150px!important;min-width:116px!important;max-width:150px!important}}
@media (max-width:1199.98px){header.rn-header .header-center{min-width:0!important}header.rn-header .header-right{position:relative!important;z-index:100000!important;flex:0 0 56px!important;width:56px!important;min-width:56px!important}header.rn-header .hamberger-menu{position:relative!important;z-index:100001!important}}
.breadcrumb-area .breadcrumb-inner{align-items:flex-start!important;gap:10px!important}.breadcrumb-area .breadcrumb-inner>*{min-width:0!important}.breadcrumb-area .breadcrumb-inner h1,.breadcrumb-area .breadcrumb-inner h2,.breadcrumb-area .breadcrumb-inner .title{max-width:100%!important;margin:0 0 14px!important;font-size:clamp(27px,3vw,46px)!important;line-height:1.12!important;overflow-wrap:anywhere!important}.breadcrumb-area .page-list,.breadcrumb-area #breadcrumbs{display:flex!important;flex-wrap:wrap!important;width:100%!important;max-width:100%!important;row-gap:4px!important;overflow-wrap:anywhere!important}.breadcrumb-area .item-current,.breadcrumb-area .bread-current{min-width:0!important;max-width:min(100%,72ch)!important;overflow-wrap:anywhere!important}
body.page-id-6727 .dm-study-layout,body.page-id-6727 .dm-study-layout.dm-study-layout-print{display:block!important;width:100%!important;max-width:none!important}body.page-id-6727 .dm-study-content{width:100%!important;max-width:78ch!important;margin-inline:auto!important;text-align:left!important}body.page-id-6727 .dm-study-content>*{max-width:100%!important}body.page-id-6727 .dm-study-content img,body.page-id-6727 .dm-study-content table,body.page-id-6727 .dm-study-content iframe{max-width:100%!important}body.page-id-6727 .dm-study-content table{display:block!important;overflow-x:auto!important}
body.postid-6763 .post-content,body.postid-6763 .rn-entry-content,body.postid-6763 article .content,body.postid-6763 .entry-content{width:100%!important;max-width:78ch!important;margin-inline:auto!important}
body.page-id-3730 .dm-site-polish-profile,body.page-id-3730 .dm-about,body.page-id-3730 .dm-cv-grid{width:min(100%,1180px)!important;margin-inline:auto!important}@media (min-width:783px) and (max-width:1199.98px){body.page-id-3730 .dm-cv-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:782px){.breadcrumb-area{padding-top:96px!important}.breadcrumb-area .breadcrumb-inner{display:block!important;width:100%!important;padding-inline:18px!important}.breadcrumb-area .breadcrumb-inner h1,.breadcrumb-area .breadcrumb-inner h2,.breadcrumb-area .breadcrumb-inner .title{font-size:clamp(25px,8vw,36px)!important}body.page-id-6727 .dm-study-shell,body.page-id-6727 .dm-study-content,body.postid-6763 .post-content,body.postid-6763 .rn-entry-content,body.postid-6763 article .content,body.postid-6763 .entry-content{width:100%!important;max-width:100%!important}body.page-id-3730 .dm-site-polish-profile{padding:26px 20px!important}body.page-id-3730 .dm-cv-grid{grid-template-columns:1fr!important}body.page-id-3730 .dm-cv-card{width:100%!important;min-width:0!important}}
/* DM-MACHAIRAS-LAYOUT-FIXES-END */



/* DM-MACHAIRAS-LAYOUT-FIXES-START — 2026-08-12 */
html,body{max-width:100%!important;overflow-x:clip!important}
#inbio-audio-switcher,.rbt-nav-menu-button-audio,.preloader-button-audio{display:none!important;visibility:hidden!important;pointer-events:none!important}
@media (min-width:1200px){header.rn-header .header-wrapper>.container{width:min(calc(100% - 48px),1760px)!important;max-width:1760px!important;padding-inline:0!important}header.rn-header .header-wrapper .row{width:100%!important;margin-inline:0!important;flex-wrap:nowrap!important}header.rn-header .header-left{flex:0 0 clamp(180px,12vw,220px)!important;width:clamp(180px,12vw,220px)!important;min-width:180px!important}header.rn-header .header-center{flex:1 1 auto!important;width:auto!important;min-width:0!important;justify-content:flex-end!important}header.rn-header .header-right{flex:0 0 auto!important;width:auto!important;min-width:0!important}header.rn-header #sideNav{width:auto!important;max-width:100%!important}header.rn-header #sideNav .primary-menu>li>a{padding-inline:clamp(6px,.58vw,11px)!important;font-size:clamp(10.5px,.69vw,12px)!important}header.rn-header #sideNav form.is-search-form{flex:0 1 150px!important;min-width:116px!important;max-width:150px!important}}
@media (max-width:1199.98px){header.rn-header .header-center{min-width:0!important}header.rn-header .header-right{position:relative!important;z-index:100000!important;flex:0 0 56px!important;width:56px!important;min-width:56px!important}header.rn-header .hamberger-menu{position:relative!important;z-index:100001!important}}
.breadcrumb-area .breadcrumb-inner{align-items:flex-start!important;gap:10px!important}.breadcrumb-area .breadcrumb-inner>*{min-width:0!important}.breadcrumb-area .breadcrumb-inner h1,.breadcrumb-area .breadcrumb-inner h2,.breadcrumb-area .breadcrumb-inner .title{max-width:100%!important;margin:0 0 14px!important;font-size:clamp(27px,3vw,46px)!important;line-height:1.12!important;overflow-wrap:anywhere!important}.breadcrumb-area .page-list,.breadcrumb-area #breadcrumbs{display:flex!important;flex-wrap:wrap!important;width:100%!important;max-width:100%!important;row-gap:4px!important;overflow-wrap:anywhere!important}.breadcrumb-area .item-current,.breadcrumb-area .bread-current{min-width:0!important;max-width:min(100%,72ch)!important;overflow-wrap:anywhere!important}
body.page-id-6727 .dm-study-layout,body.page-id-6727 .dm-study-layout.dm-study-layout-print{display:block!important;width:100%!important;max-width:none!important}body.page-id-6727 .dm-study-content{width:100%!important;max-width:78ch!important;margin-inline:auto!important;text-align:left!important}body.page-id-6727 .dm-study-content>*{max-width:100%!important}body.page-id-6727 .dm-study-content img,body.page-id-6727 .dm-study-content table,body.page-id-6727 .dm-study-content iframe{max-width:100%!important}body.page-id-6727 .dm-study-content table{display:block!important;overflow-x:auto!important}
body.postid-6763 .post-content,body.postid-6763 .rn-entry-content,body.postid-6763 article .content,body.postid-6763 .entry-content{width:100%!important;max-width:78ch!important;margin-inline:auto!important}
body.page-id-3730 .dm-site-polish-profile,body.page-id-3730 .dm-about,body.page-id-3730 .dm-cv-grid{width:min(100%,1180px)!important;margin-inline:auto!important}@media (min-width:783px) and (max-width:1199.98px){body.page-id-3730 .dm-cv-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:782px){.breadcrumb-area{padding-top:96px!important}.breadcrumb-area .breadcrumb-inner{display:block!important;width:100%!important;padding-inline:18px!important}.breadcrumb-area .breadcrumb-inner h1,.breadcrumb-area .breadcrumb-inner h2,.breadcrumb-area .breadcrumb-inner .title{font-size:clamp(25px,8vw,36px)!important}body.page-id-6727 .dm-study-shell,body.page-id-6727 .dm-study-content,body.postid-6763 .post-content,body.postid-6763 .rn-entry-content,body.postid-6763 article .content,body.postid-6763 .entry-content{width:100%!important;max-width:100%!important}body.page-id-3730 .dm-site-polish-profile{padding:26px 20px!important}body.page-id-3730 .dm-cv-grid{grid-template-columns:1fr!important}body.page-id-3730 .dm-cv-card{width:100%!important;min-width:0!important}}
/* DM-MACHAIRAS-LAYOUT-FIXES-END */


/* DM-MACHAIRAS-LAYOUT-FIXES-2 — 2026-08-12 */
body:not(.home) .breadcrumb-area{padding-top:116px!important}
body.page-id-6296 .breadcrumb-area .item-current,body.page-id-6296 .breadcrumb-area .bread-current,body.page-id-6727 .breadcrumb-area .item-current,body.page-id-6727 .breadcrumb-area .bread-current,body.postid-6763 .breadcrumb-area .item-current,body.postid-6763 .breadcrumb-area .bread-current{display:none!important}
@media (min-width:783px) and (max-width:1199.98px){body:not(.home) .breadcrumb-area{padding-top:158px!important}}
@media (max-width:782px){body:not(.home) .breadcrumb-area{padding-top:170px!important}}
/* DM-MACHAIRAS-LAYOUT-FIXES-2-END */