.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/* Additional uncompiled css is here ... */

@media all and (min-width: 768px) {
  .main-header__navigation .main-header__row {
    /*background-color: black;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-header__navigation .col-navigation {
    -webkit-flex: 0 1 calc(100% - 220px);
    flex: 0 1 calc(100% - 220px);
    max-width: calc(100% - 220px);
  }

  .main-header__navigation .col-navigation > ul#header-nav > li,
  .main-header__navigation nav.col-navigation > ul > li {
    flex-shrink: 0;
  }

  .main-header__navigation .col-navigation::-webkit-scrollbar {
    display: none;
  }

  .main-header__navigation .col-search-form {
    max-width: 220px;
    margin-left: auto;
    -webkit-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
  }

  .main-header__navigation .main-header__row {
    height: auto;
  }

  .main-header__navigation .col-navigation ul li:hover > ul {
    z-index: 3;
  }
}
/* > 768px */

.main-header__navigation .col-navigation ul ul li a {
  padding: 10px 15px;
}

#mobile-nav .modal__menu li:last-child {
  border-bottom: none;
}

#mobile-nav .modal__menu ul {
  padding-left: 25px;
}

#mobile-nav .modal__menu ul li a {
  padding: 4px 0;
}

.posts-tab {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #3d7a68;
  margin-bottom: 20px;
}
.posts-tab .posts-tab__item {
  position: relative;
  flex: 1;
  text-align: center;
}
.posts-tab .posts-tab__link {
  display: block;
  position: relative;
  padding: 10px 15px;
  line-height: 1.2;
  color: #3d7a68;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.posts-tab .posts-tab__link.active {
  background-color: #3d7a68;
  color: white;
}

.posts-content {
  display: block;
  position: relative;
}
.posts-content__item {
  display: none;
  position: relative;
}
.posts-content__item.active {
  display: block;
}

.main-header__bottom {
  padding-left: 0;
  padding-right: 0;
}

/* Logo */
.main-header__logo {
  display: none;
}

/* Mobile logo (replaces search icon) */
.main-header__mobile-logo {
  display: none;
}
.main-header__mobile-logo a {
  display: block;
  position: relative;
  padding: 6px 0;
}
.main-header__mobile-logo img {
  display: block;
  max-height: 45px;
  width: auto;
}

/* Mobile search icon */
.main-header__mobile-search {
  display: none;
}
.main-header__mobile-search a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

@media all and (max-width: 340px) {
  .main-header__mobile-logo img {
    max-height: 40px !important;
  }
}

@media all and (max-width: 768px) {
  .main-header__logo {
    display: block;
  }
  .main-header__mobile-logo {
    display: block;
  }
  .main-header__mobile-search {
    display: block;
  }
  .main-header__top .row {
    background-color: #3d7a68 !important;
  }
}

.main-header__top .row {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-align-items: center;
  align-items: center;
}

/* Top header bar */

.top-row-boxes {
  position: relative;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.header-logo {
  display: block;
  position: relative;
}
.header-logo:active {
  top: 1px;
}
.header-logo img {
  display: block;
  height: 44px;
  width: auto;
  position: relative;
}

.top-box-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.top-box-actions .lang-switcher-container {
  flex: 0 0 auto;
}

.bmc-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #bbb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  background: #fafafa;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
  position: relative;
  line-height: 1;
}
.bmc-btn:hover {
  border-color: #999;
  color: #222;
  background: #f3f3f3;
  text-decoration: none;
}
.bmc-btn:active {
  top: 1px;
}
.bmc-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #d4a017;
  transition: color 0.2s;
}
.bmc-btn:hover svg {
  color: #c49000;
}
.mobile-nav-bmc {
  margin-top: 20px;
  text-align: center;
}

.lang-switcher-container-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14px;
}

.lang-switcher-container-mobile .lang-switcher-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* banner offset  */
.bg_placeholder {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  z-index: -1;
}

/* Background banner  */

.background-box,
.background-box * {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.background-box img {
  width: 100%;
}

.mobile-background-box {
  display: none !important;
}

/* Protect Background for content  */
.main-news {
  margin-top: 20px;
}

.main-news::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 0;
}

.if_front_page .main-header__navigation::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.container-breadcrumbs,
.container-breadcrumbs + .container {
  position: relative;
}

.main-news,
#main-content,
.main-news::before,
.main-header__top .row,
.main-header__navigation,
.main-header__navigation::after,
.container-breadcrumbs,
.container-breadcrumbs + .container {
  background-color: #fff;
}
/* / Protect Background for content  */

/* Change mobile naigation  */

.main-header {
  z-index: 3;
}

#mobile-nav .modal-dialog {
  padding-top: 0;
}

#mobile-nav .hamburger_inside_modal {
  display: block;
  position: absolute;
  top: -4px;
  left: -35px;
  z-index: 3;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  height: 2px;
}

body.admin-bar #mobile-nav .modal-dialog {
  padding-top: 46px;
}

.mobile-two-boxes {
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-two-boxes * {
  width: 100%;
}

.mobile-two-boxes img {
  height: auto;
}

.mobile-two-boxes__box {
  padding: 0;
}

.mobile-two-boxes__box:nth-child(1) {
  margin-bottom: 15px;
}

.wp-polls-ul li {
  overflow: hidden;
}
.wp-polls-ul li input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wp-polls br {
  display: none;
}

span.news-item__label {
  display: inline-block;
  position: relative;
  background: #3d7a68;
  color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  line-height: 1;
  font-size: 80%;
  vertical-align: bottom;
  margin-right: 2px;
}

body img.post-author-avatar {
  display: inline-block;
  position: relative;
  max-height: 28px;
  width: auto;
  border-radius: 4px;
  margin: 0;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
}

.row-main-news-box {
  position: relative;
}

.row-main-news-box__desktop {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.row-main-news-box__mobile {
  display: none;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.row-main-news-box__desktop,
.row-main-news-box__mobile {
  margin-top: 20px;
}

.row-main-news-box__desktop img,
.row-main-news-box__mobile img {
  display: block;
  position: relative;
  width: 100%;
}

.news-item_sidebar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.default-article__thumbnail {
  position: relative;
}

.news-item_sidebar .news-item__preview {
  margin-right: 10px;
}

.default-article__thumbnail-small-left {
  position: relative;
  width: 100px;
  height: 60px;
}

/* - - - Poll - - - */

input[name="vote"] {
  min-width: 200px;
  margin-top: 0;
  margin-bottom: 16px;
}

a[href="#ViewPollResults"],
a[href="#VotePoll"] {
  color: #777;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color 0.3s ease;
}

a[href="#ViewPollResults"],
a[href="#VotePoll"] {
  color: #333;
  transition: color 0.3s ease;
}

.views {
  z-index: 2;
}

.typography-default ul:not(.slick-dots) p {
  margin-bottom: 0;
}

.typography-default ul:not(.slick-dots) p + p {
  margin-top: 20px;
  margin-bottom: 0;
}

/* .single .typography-default p + p {
  top: 20px;
} */

.search-form__field:focus {
  box-shadow: 0 2px 3px #2c5e50;
}

.main-footer__warn {
  margin-top: 8px;
  font-weight: 300;
}

/*  Related posts - by plugin  */

.typography-default .lcp_catlist a:not(.fancy-item):after {
  content: none;
}

.typography-default ul.lcp_catlist:not(.slick-dots) {
  background: whitesmoke;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
}

.typography-default ul.lcp_catlist:not(.slick-dots) li {
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.5;
}
.typography-default ul.lcp_catlist:not(.slick-dots) li:before {
  left: 0;
  width: 6px;
  height: 6px;
}

.propose-form {
  background-color: rgba(100, 110, 130, 0.1);
  padding: 32px 0;
}
.propose-form input,
.propose-form textarea {
  margin-bottom: 20px;
}

.propose-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1em;
}

.wpcf7 form.propose-form .wpcf7-response-output {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 30px 0;
}

form.propose-form button[type="submit"] {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  min-width: 200px;
}

#cookie_policy .inside {
  background-color: #3d7a68;
}

/* Widget areas */

.default-widget-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.default-widget-area .widgettitle {
  display: block;
  position: relative;
  text-align: left;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  color: #3d7a68;
  border-bottom: 2px solid #3d7a68;
}

.default-widget-area .widget img {
  max-width: 100%;
  margin-bottom: 15px;
}

.default-widget-area .widget .a-single {
  margin-bottom: 15px;
}

/* / Widget areas */

body .wp-polls-ul {
  display: block;
  position: relative;
  padding-left: 10px;
  margin: 25px 0 30px;
}

body .wp-polls-ul li {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.wp-polls strong {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  text-align: left;
}

.poll-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}

.wp-polls .btn-default {
  line-height: 40px;
  padding: 0 15px;
}

input[name="vote"],
input[name="vote"]:hover {
  -webkit-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

input[name="vote"] {
  background-color: #3d7a68;
  color: #fff;
  border: 0;
  padding: 0 20px;
  line-height: 46px;
  font-size: 16px;
  margin-top: 15px;
  outline: 0;
  border-radius: 8px;
}

input[name="vote"]:hover {
  background-color: #2c5e50;
}

.wp-polls p,
.wp-polls strong {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.wp-polls .pollbar {
  margin-top: 5px;
}

.wp-polls-loading {
  margin-top: 10px;
}

.wp-polls-ul {
  display: block;
  position: relative;
  padding-left: 10px;
  margin: 0;
}

.wp-polls-ul li label,
.wp-polls-ul li label:hover {
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.wp-polls-ul li label {
  display: block;
  position: relative;
  line-height: 1.25;
  padding-left: 28px;
  color: rgba(0, 0, 0, 0.7);
}

.wp-polls-ul li label:before,
.wp-polls-ul li label:hover:before {
  -webkit-transition: border-color 0.35s ease;
  -o-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}

.wp-polls-ul li label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.wp-polls-ul li label:hover {
  cursor: pointer;
  color: #000;
}

.wp-polls-ul li label:hover:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.wp-polls-ul li input:checked + label:before {
  background-color: #3d7a68;
  border-color: transparent;
}

.wp-polls-ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}

body.search .section__heading {
  border-bottom: 2px solid #3d7a68 !important;
}

body.search .text-left .section__heading {
  border-bottom: none !important;
}

.mt-35 {
  margin-top: 35px;
}

/* Media  */

@media all and (max-width: 400px) {
  .container.propose-form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .propose-form {
    padding: 24px 0;
  }
}

@media all and (max-width: 1400px) {
  .posts-tab .posts-tab__link span {
    display: none;
  }
}

@media all and (max-width: 992px) {
  .posts-tab .posts-tab__link span {
    display: inline-block;
  }
}

@media all and (max-width: 768px) {
  .bg_placeholder {
    display: none;
  }

  .top-row-boxes {
    display: none;
  }

  .if_front_page .main-news__row::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
    background-color: #fff;
  }

  .bg-offset {
    display: none;
  }

  .background-box {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .background-box,
  .background-box * {
    display: block;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
  }
  .desktop-background-box {
    display: none !important;
  }

  .mobile-background-box {
    display: block !important;
  }
  .mobile-two-boxes {
    display: -webkit-flex;
    display: flex;
  }

  .row-main-news-box__desktop {
    display: none;
  }

  .row-main-news-box__mobile {
    display: block;
  }
}

@media all and (max-width: 576px) {
  .background-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px;
  }
  .mobile-two-boxes {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-news {
    margin-top: 0;
  }
}

@media all and (max-width: 445px) {
  #mobile-nav .hamburger_inside_modal {
    top: -1px;
    right: 24px;
    z-index: 3;
    left: initial;
  }
  .posts-tab .posts-tab__link {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .posts-tab .posts-tab__link span {
    display: none;
  }
}

/* - - - Media < - - - */

@media all and (min-width: 992px) {
  article.post-item {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* =====================================================
   Universal form UI (works with Contact Form 7 too)
   ===================================================== */

.ui-form {
  --ui-form-accent: var(--ki-accent, #3d7a68);
  --ui-form-accent-dark: var(--ki-accent-dark, #2c5e50);
  --ui-form-bg: #ffffff;
  --ui-form-border: #d7e5df;
  --ui-form-text: #21312b;
  --ui-form-muted: #648379;
  --ui-form-radius: 12px;
  --ui-form-shadow: 0 10px 28px rgba(61, 122, 104, 0.08);
  --ui-form-gap: 16px;
  display: block;
  position: relative;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--ui-form-border);
  border-radius: var(--ui-form-radius);
  background: var(--ui-form-bg);
  box-shadow: var(--ui-form-shadow);
}

.ui-form br {
  display: none !important;
}

.ui-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ui-form-gap);
  margin: 0;
}

.ui-form__field {
  display: block;
  margin: 0;
}

.ui-form__label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ui-form-text);
}

.ui-form__input,
.ui-form input[type="text"],
.ui-form input[type="email"],
.ui-form input[type="tel"],
.ui-form input[type="url"],
.ui-form input[type="number"],
.ui-form select,
.ui-form textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--ui-form-border);
  border-radius: 10px !important;
  background-color: #fff;
  color: var(--ui-form-text);
  font-size: 15px;
  line-height: 1.35;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.ui-form textarea,
.ui-form__input--textarea {
  min-height: 140px;
  resize: vertical;
}

.ui-form__input::placeholder,
.ui-form input::placeholder,
.ui-form textarea::placeholder {
  color: var(--ui-form-muted);
}

.ui-form__input:focus,
.ui-form input:focus,
.ui-form select:focus,
.ui-form textarea:focus {
  outline: none;
  border-color: var(--ui-form-accent);
  box-shadow: 0 0 0 3px rgba(61, 122, 104, 0.16);
}

.ui-form__actions {
  margin-top: 6px;
}

.ui-form__submit,
.ui-form input[type="submit"],
.ui-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 170px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px !important;
  background-color: var(--ui-form-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.ui-form__submit:hover,
.ui-form input[type="submit"]:hover,
.ui-form button[type="submit"]:hover {
  background-color: var(--ui-form-accent-dark);
  box-shadow: 0 6px 18px rgba(61, 122, 104, 0.22);
  transform: translateY(-1px);
}

.ui-form__submit:active,
.ui-form input[type="submit"]:active,
.ui-form button[type="submit"]:active {
  transform: translateY(0);
}

.ui-form .wpcf7-form-control-wrap {
  display: block;
}

.ui-form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 7px;
  color: #c0434f;
}

.ui-form .wpcf7 form .wpcf7-response-output,
.ui-form .wpcf7-response-output {
  margin: 16px 0 0;
  border-radius: 10px;
  padding: 10px 12px;
}

@media all and (min-width: 768px) {
  .ui-form__row--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 576px) {
  .ui-form {
    padding: 18px;
    border-radius: 10px;
  }

  .ui-form__submit,
  .ui-form input[type="submit"],
  .ui-form button[type="submit"] {
    width: 100%;
  }
}

/* =====================================================
   COLOR SCHEME OVERRIDE — Green Pastel Palette
   Overrides compiled app.css colors
   ===================================================== */

/* --- CSS Custom Properties --- */
:root {
  --ki-accent: #3d7a68;
  --ki-accent-dark: #2c5e50;
  --ki-accent-light: #4e8b79;
  --ki-accent-green: #2a6b55;
  --ki-accent-sage: #5ba88c;
  --ki-ultra-light: #eaf2ef;
  --ki-light: #7a9b8e;
  --ki-light-hover: #5a7b6e;
}

/* --- Navigation bar --- */
.main-header__navigation::before {
  background-color: #3d7a68 !important;
}
.main-header__navigation .col-navigation ul ul {
  background-color: #3d7a68 !important;
}
.main-header__navigation .col-navigation ul ul {
  border-bottom-color: #2c5e50 !important;
}
.main-header__navigation .col-navigation ul li.current-menu-item > a,
.main-header__navigation .col-navigation ul li:hover > a {
  background-color: #2c5e50 !important;
}
.main-header__navigation .col-social > span {
  color: #eaf2ef !important;
}

/* --- Search form in nav --- */
.search-form__field {
  background-color: #4e8b79 !important;
}
.search-form__field:focus {
  box-shadow: 0 1px 3px #1b4d40 !important;
}

/* --- Buttons --- */
.btn-default {
  background-color: #3d7a68 !important;
}
.btn-default:hover {
  background-color: #2c5e50 !important;
}

/* --- Section headings --- */
.section__heading {
  color: #5a7b6e !important;
  border-bottom-color: #7a9b8e !important;
}

/* --- Scroll to top --- */
#scroll_to_top {
  background-color: #d5e5df !important;
  color: #7a9b8e !important;
  border-color: #d5e5df !important;
}
#scroll_to_top:hover {
  border-color: #7a9b8e !important;
}

/* --- Links in content --- */
.typography-default a:not(.fancy-item) {
  color: #7a9b8e !important;
}
.typography-default a:not(.fancy-item)::after {
  border-bottom-color: #7a9b8e !important;
}
.typography-default a:not(.fancy-item):hover {
  color: #5a7b6e !important;
}
.typography-default a:not(.fancy-item):hover::after {
  border-bottom-color: #5a7b6e !important;
}

/* --- Blockquote accent --- */
.typography-default blockquote::before {
  background: #5ba88c !important;
}
.typography-default blockquote {
  border-top-color: rgba(61, 122, 104, 0.1) !important;
  border-bottom-color: rgba(61, 122, 104, 0.1) !important;
}
.typography-default blockquote div {
  color: #7a9b8e !important;
}

/* --- Lists --- */
.typography-default ul:not(.slick-dots) li::before {
  background-color: #a7b8b2 !important;
}
.typography-default ol li::before {
  background-color: #a7b8b2 !important;
  color: white !important;
}

/* --- Article link hovers --- */
.side-article__link:hover,
.news-item__link:hover,
.default-article__link:hover,
.post-item__link:hover,
.blog-item__quote:hover {
  color: #3d7a68 !important;
}

/* --- Labels (formerly red) --- */
.top-article__label {
  background-color: #2a6b55 !important;
}
.top-article__label::before {
  background-color: #1f5443 !important;
}
.side-article__label {
  background-color: #2a6b55 !important;
}
.side-article__label::before {
  background-color: #1f5443 !important;
}

/* --- Red title highlight --- */
.news-item__link.red-title,
.default-article__link.red-title {
  color: #2a6b55 !important;
}

/* --- Category links --- */
.default-article__category-link {
  color: #7a9b8e !important;
}
.default-article__category-link:hover {
  color: #5a7b6e !important;
}

/* --- Breadcrumbs --- */
.breadcrumbs a {
  color: #3d7a68 !important;
}
.breadcrumbs a:hover {
  color: #2c5e50 !important;
}

/* --- Comment links --- */
.comment-reply-title a:not(#cancel-comment-reply-link) {
  color: #3d7a68 !important;
}
.comment-edit-link {
  color: #7a9b8e !important;
}
#commentform .logged-in-as a {
  color: #3d7a68 !important;
}
#commentform .logged-in-as a:hover {
  color: #2c5e50 !important;
}
#cancel-comment-reply-link {
  color: rgba(61, 122, 104, 0.7) !important;
}
#cancel-comment-reply-link:hover {
  color: #3d7a68 !important;
}
.comment-metadata .comment-reply-link {
  color: rgba(61, 122, 104, 0.7) !important;
}
.comment-metadata .comment-reply-link:hover {
  color: #3d7a68 !important;
}

/* --- Pagination --- */
.nav-links a,
.nav-links span {
  color: #7a9b8e !important;
}
.nav-links a:hover {
  background-color: #eaf2ef !important;
}
.nav-links span.current {
  background-color: #7a9b8e !important;
  color: #fff !important;
}
.nav-links .prev.page-numbers:hover,
.nav-links .next.page-numbers:hover {
  color: #5a7b6e !important;
}

/* --- Tags --- */
.post-tag {
  color: #9cbbae !important;
  border-color: #9cbbae !important;
  /* #7a9b8e */
}
.post-tag:hover {
  color: whitesmoke !important;
  border-color: whitesmoke !important;
}
div.post-tag {
  background-color: #7a9b8e !important;
  color: #fff !important;
}
div.post-tag:hover {
  border-color: #7a9b8e !important;
}

/* --- Share list --- */
.share-list__link {
  color: #7a9b8e !important;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  .share-list__link:hover {
    color: #fff !important;
    background-color: #7a9b8e !important;
  }
}
.share-list__item-label {
  color: #5a7b6e !important;
}

/* --- Similar posts --- */
.similar-posts__item .similar-posts__link {
  color: #7a9b8e !important;
}
.similar-posts__item .similar-posts__link:hover {
  color: #5a7b6e !important;
}

/* --- See also --- */
.see_also_post {
  border-top-color: #7a9b8e !important;
  border-bottom-color: #7a9b8e !important;
}
.see_also_post__heading {
  color: #5a7b6e !important;
}

/* --- Poll --- */
.section_poll input[name="vote"] {
  background-color: #3d7a68 !important;
}
.section_poll input[name="vote"]:hover {
  background-color: #2c5e50 !important;
}
.section_poll .wp-polls-ul li input:checked + label::before,
.wp-polls-ul li input:checked + label:before {
  background-color: #3d7a68 !important;
}

/* --- Mobile navigation --- */
#mobile-nav .modal-dialog {
  background: #3d7a68 !important;
}
#mobile-nav .modal-body {
  background-color: #2c5e50 !important;
}
#mobile-nav .modal-footer {
  background-color: #3d7a68 !important;
}
#mobile-nav .all-tags-heading span {
  background-color: #3d7a68 !important;
}
#mobile-nav .post-tags div.post-tag {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #3d7a68 !important;
}

/* --- Footer --- */
.main-footer {
  background-color: #3d7a68 !important;
}
.main-footer__bottom {
  background-color: #3d7a68 !important;
}
@media all and (max-width: 420px) {
  .main-footer__bottom {
    background-color: #2c5e50 !important;
  }
}
.main-footer__menu-name span {
  background-color: #3d7a68 !important;
}

/* --- Post title link --- */
.page-title a,
.post-item__title a {
  color: #7a9b8e !important;
}
.page-title a:hover,
.post-item__title a:hover {
  color: #5a7b6e !important;
}

/* --- Post author --- */
.post-item__author a {
  color: #5a7b6e !important;
}
.post-item__author a::before {
  background-color: #5a7b6e !important;
}
.post-item__post-author a {
  color: #5a7b6e !important;
}

/* --- Fancybox --- */
.fancybox-thumbs__list a::before {
  border-color: #3d7a68 !important;
}

/* --- Sitemap --- */
.site_map_page .site_map h1.title {
  color: #3d7a68 !important;
}
.site_map_page .site_map_page h3 {
  color: #2a6b55 !important;
}
@media all and (min-width: 768px) {
  .site_map_page ul li a:hover {
    color: #3d7a68 !important;
  }
}

/* --- Archive list --- */
.section_archive__list li a {
  color: #7a9b8e !important;
}
.section_archive__list li a:hover {
  color: #5a7b6e !important;
}

/* --- Blog more btn --- */
.section_blogs__more-btn:hover {
  color: #3d7a68 !important;
}

/* --- Cookie policy bar --- */
#cookie_policy .inside {
  background-color: #3d7a68 !important;
}

/* --- Like/Dislike --- */
.cld-like-dislike-wrap a:hover {
  color: #5a7b6e !important;
}

/* --- Person --- */
.person__profession a {
  color: #3d7a68 !important;
}
.person__profession a:hover {
  color: #3d7a68 !important;
}

/* --- Scrollbar thumbs --- */
.person-list::-webkit-scrollbar-thumb,
.post_outer_slider .slick-dots::-webkit-scrollbar-thumb {
  background-color: #7a9b8e !important;
}

/* --- Mobile search --- */
.mobile-search input.search-form__field {
  border-bottom-color: #7a9b8e !important;
}
.mobile-search input.search-form__field:focus {
  border-bottom-color: #3d7a68 !important;
}
.mobile-search .search-form__btn {
  color: #6b8b7e !important;
}

/* --- Person search --- */
.person-search-form__field {
  border-bottom-color: #7a9b8e !important;
}
.person-search-form__field:focus {
  border-bottom-color: #3d7a68 !important;
}
.person-search-form__btn {
  color: #6b8b7e !important;
}

/* --- Inform by info --- */
.typography-default .inform-by-b-info a:hover {
  color: #7a9b8e !important;
}
.typography-default .inform-by-b-info a:hover::before {
  background-color: #7a9b8e !important;
}

/* --- Mobile header top (< 768px) --- */
@media all and (max-width: 768px) {
  .main-header__top {
    background-color: #3d7a68 !important;
  }
  .main-header__top .row {
    background-color: #3d7a68 !important;
  }
}

/* --- Slider hover overlay --- */
.thumb-rectangle__hover {
  background-color: rgba(61, 122, 104, 0.3) !important;
}

/* =====================================================
   SOFT UI — Rounded corners, soft shadows, smooth feel
   ===================================================== */

/* --- Global softness --- */
* {
  border-radius: inherit;
}

/* --- Navigation bar --- */
.main-header__navigation::before {
  border-radius: 10px;
}
.main-header__navigation .col-navigation ul ul {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.main-header__navigation .col-navigation ul ul ul {
  border-radius: 10px;
}

/* --- Search in nav --- */
.search-form__field {
  border-radius: 8px !important;
}
.search-form__btn {
  border-radius: 0 8px 8px 0 !important;
}

/* --- Buttons --- */
.btn-default {
  border-radius: 8px !important;
}
input[name="vote"] {
  border-radius: 8px !important;
}
form.propose-form button[type="submit"] {
  border-radius: 8px !important;
}

/* --- Form inputs --- */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form select,
form textarea {
  border-radius: 8px !important;
}

/* --- Article thumbnails --- */
.top-article__thumbnail-link {
  border-radius: 12px;
  overflow: hidden;
}
.side-article__thumbnail-link {
  border-radius: 10px;
  overflow: hidden;
}
.side-article__thumbnail {
  border-radius: 10px;
}
.default-article__thumbnail-link {
  border-radius: 10px;
  overflow: hidden;
}
.default-article__thumbnail {
  border-radius: 10px;
}
.post-item__thumbnail img {
  border-radius: 10px;
}

/* --- Thumbnail small in sidebar --- */
.default-article__thumbnail-small-left {
  border-radius: 8px;
  overflow: hidden;
}
.news-item_sidebar .news-item__preview img {
  border-radius: 8px;
}

/* --- Labels --- */
.top-article__label {
  border-radius: 0 6px 6px 0;
}
.top-article__label::before {
  display: none !important;
}
.side-article__label {
  border-radius: 0 6px 6px 0;
}
.side-article__label::before {
  display: none !important;
}
span.news-item__label {
  border-radius: 5px;
}

/* --- Post author avatar --- */
body img.post-author-avatar {
  border-radius: 50%;
}

/* --- Posts tabs --- */
.posts-tab {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border-bottom-width: 3px;
}
.posts-tab .posts-tab__link.active {
  border-radius: 6px 6px 0 0;
}

/* --- Section headings --- */
.section__heading {
  border-bottom-width: 3px;
  border-radius: 0;
  padding-left: 2px;
}
.default-widget-area .widgettitle {
  border-bottom-width: 3px;
}

/* --- Widget areas --- */
.default-widget-area .widget img {
  border-radius: 8px;
}

/* --- Tags --- */
.post-tag {
  border-radius: 20px !important;
}
div.post-tag {
  border-radius: 20px !important;
}

/* --- Share list --- */
.share-list {
  border-radius: 8px !important;
  overflow: hidden;
}
.share-list__item-label {
  border-radius: 8px 0 0 8px;
}
.share-list__item:last-child a {
  border-radius: 0 8px 8px 0 !important;
}

/* --- Photo of the day --- */
.best-day-photo {
  border-radius: 10px;
  overflow: hidden;
}

/* --- Comment area --- */
#respond {
  border-radius: 12px;
}
#comment_list li .comment-metadata {
  border-radius: 0;
}

/* --- Cookie policy bar --- */
#cookie_policy .inside {
  border-radius: 12px !important;
}
#cookie_policy .inside .close_this {
  border-radius: 8px !important;
}

/* --- Propose form --- */
.propose-form {
  border-radius: 12px;
}

/* --- Related posts background --- */
.typography-default ul.lcp_catlist:not(.slick-dots) {
  border-radius: 10px;
}

/* --- Blockquote --- */
.typography-default blockquote {
  border-radius: 10px;
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.typography-default blockquote::before {
  border-radius: 50%;
}

/* --- See also block --- */
.see_also_post {
  border-radius: 10px;
  padding: 15px;
  border: 2px solid;
  border-color: inherit;
}

/* --- Scroll to top --- */
#scroll_to_top {
  border-radius: 16px !important;
}

/* --- Poll radio dots --- */
.wp-polls-ul li label::before {
  border-radius: 50%;
}

/* --- Blog item avatars --- */
.blog-item__thumbnail img {
  border-radius: 50% !important;
}
.person__thumbnail img {
  border-radius: 50% !important;
}

/* --- Pagination --- */
.nav-links a,
.nav-links span {
  border-radius: 12px !important;
}

/* --- Banner boxes --- */
.row-main-news-box__desktop img,
.row-main-news-box__mobile img {
  border-radius: 10px;
}

/* --- Slider --- */
.post_outer_slider {
  border-radius: 12px !important;
}
.post_outer_slider .post_inner_slider .element_item a .thumb-rectangle {
  border-radius: 8px;
  overflow: hidden;
}
.post_outer_slider .slick-dots li .slick-dot-thumb {
  border-radius: 6px;
  overflow: hidden;
}

/* --- Category articles in listing --- */
.default-article-in-category .default-article__thumbnail-link {
  border-radius: 10px;
  overflow: hidden;
}

/* --- Mobile navigation --- */
#mobile-nav .modal-dialog {
  border-radius: 16px 0 0 16px;
}
#mobile-nav .modal__menu,
#mobile-nav .modal__menu li,
#mobile-nav .modal__menu li a,
#mobile-nav .modal__menu ul,
#mobile-nav .modal__menu ul li,
#mobile-nav .modal__menu ul li a,
#mobile-nav .modal-body,
#mobile-nav .modal-footer,
#mobile-nav .modal-content {
  border-radius: 0 !important;
}

/* --- Footer --- */
.main-footer {
  border-radius: 20px 20px 0 0;
}

/* --- Person search form --- */
.person-search-form__field {
  border-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mobile-search input.search-form__field {
  border-radius: 0 !important;
}

/* --- Soft shadows for depth --- */
.top-article__thumbnail-link {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.default-article__thumbnail-link {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.side-article__thumbnail-link {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
#respond {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.propose-form {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.post_outer_slider {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#cookie_policy .inside {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
}
.best-day-photo {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}
.posts-tab {
  box-shadow: none;
}
.post-item__thumbnail img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

/* --- Hover lift effects --- */
.side-article__thumbnail-link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}
.default-article__thumbnail-link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}
.best-day-photo:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.35s ease;
}
.btn-default {
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.2s ease !important;
}
.btn-default:hover {
  box-shadow: 0 3px 12px rgba(61, 122, 104, 0.25);
  transform: translateY(-1px);
}
input[name="vote"] {
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.2s ease !important;
}
input[name="vote"]:hover {
  box-shadow: 0 3px 12px rgba(61, 122, 104, 0.25);
  transform: translateY(-1px);
}

/* --- Smooth all transitions --- */
a,
.btn-default,
input,
textarea,
.post-tag,
.share-list__link,
.nav-links a,
.posts-tab .posts-tab__link {
  transition: all 0.3s ease;
}

/* --- Softer borders for article dividers --- */
.default-article-in-category {
  border-top-color: #e8e8e8;
}
.section_blogs-category .blog-item {
  border-top-color: #e8e8e8;
}

/* --- Banner images --- */
.top-row-boxes .top-box img {
  border-radius: 6px;
}

/* --- Mobile softness --- */
@media all and (max-width: 768px) {
  .main-footer {
    border-radius: 16px 16px 0 0;
  }
  #mobile-nav .modal-dialog {
    border-radius: 12px 0 0 12px;
  }
  .top-article__thumbnail-link {
    border-radius: 0;
  }
}

@media all and (max-width: 576px) {
  .main-footer {
    border-radius: 12px 12px 0 0;
  }
  .default-article-in-category .default-article__thumbnail-link {
    border-radius: 8px;
  }
  .post-item__thumbnail img {
    border-radius: 8px;
  }
  .post_outer_slider {
    border-radius: 0 !important;
  }
}

/* --- Alerts — match site palette & soft UI --- */
.alert {
  border: none;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.alert-info {
  color: var(--ki-accent-dark);
  background-color: var(--ki-ultra-light);
  border-left: 4px solid var(--ki-accent);
}

.alert-info .alert-link {
  color: var(--ki-accent);
  font-weight: 500;
}

.alert-success {
  color: #1a5c3a;
  background-color: #e4f3ec;
  border-left: 4px solid #2a8c56;
}

.alert-warning {
  color: #6b5a1e;
  background-color: #fdf6e3;
  border-left: 4px solid #c9a830;
}

.alert-danger {
  color: #7a2832;
  background-color: #fce8ea;
  border-left: 4px solid #c0434f;
}

.alert strong {
  font-weight: 500;
}

/* ===================================================== */

/* =====================================================
   Language Switcher (#lang-nav) — pill-style buttons
   ===================================================== */

#lang-nav {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 4px;
  background: #f5faf8;
  border: 1px solid #d5e5df;
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(61, 122, 104, 0.06);
  line-height: 1;
}

#lang-nav .lang-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#lang-nav .lang-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--ki-light, #7a9b8e);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: transparent;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

#lang-nav .lang-item a:hover,
#lang-nav .lang-item a:focus {
  color: var(--ki-accent-dark, #2c5e50);
  background-color: var(--ki-ultra-light, #eaf2ef);
  text-decoration: none;
  outline: none;
}

#lang-nav .lang-item.current-lang a,
#lang-nav .lang-item.current-menu-item a {
  color: #fff;
  background-color: var(--ki-accent, #3d7a68);
  box-shadow: 0 2px 6px rgba(61, 122, 104, 0.25);
  cursor: default;
}

#lang-nav .lang-item.current-lang a:hover,
#lang-nav .lang-item.current-menu-item a:hover {
  color: #fff;
  background-color: var(--ki-accent-dark, #2c5e50);
}

/* Show short language codes instead of full names on desktop */
#lang-nav .lang-item a {
  font-size: 0;
}
#lang-nav .lang-item a::before {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#lang-nav .lang-item-en a::before {
  content: "EN";
}
#lang-nav .lang-item-ru a::before {
  content: "RU";
}
#lang-nav .lang-item-uk a::before {
  content: "UK";
}

/* On mobile the top bar turns green — invert colors for contrast */
@media all and (max-width: 768px) {
  #lang-nav {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: none;
  }
  #lang-nav .lang-item a {
    color: rgba(255, 255, 255, 0.85);
  }
  #lang-nav .lang-item a:hover,
  #lang-nav .lang-item a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
  }
  #lang-nav .lang-item.current-lang a,
  #lang-nav .lang-item.current-menu-item a {
    color: var(--ki-accent-dark, #2c5e50);
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
  #lang-nav .lang-item.current-lang a:hover,
  #lang-nav .lang-item.current-menu-item a:hover {
    color: var(--ki-accent-dark, #2c5e50);
    background-color: #fff;
  }
}

/* Desktop header language switcher as a dropdown */
@media all and (min-width: 769px) {
  .top-box-actions .lang-switcher-container {
    position: relative;
    width: 68px;
    min-height: 42px;
  }

  .top-box-actions .lang-switcher-container .lang-switcher-nav {
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-height: 42px;
  }

  #lang-nav-desktop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* gap: 4px; */
    min-width: 68px;
    max-height: 42px;
    margin: 0;
    padding: 4px;
    overflow: hidden;
    list-style: none;
    background: #f5faf8;
    border: 1px solid #d5e5df;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(61, 122, 104, 0.06);
    line-height: 1;
    transition:
      max-height 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
  }

  #lang-nav-desktop:hover,
  #lang-nav-desktop:focus-within {
    max-height: 140px;
    box-shadow: 0 10px 24px rgba(61, 122, 104, 0.14);
    border-color: #c7ddd5;
  }

  #lang-nav-desktop .lang-item {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #lang-nav-desktop .lang-item.current-lang,
  #lang-nav-desktop .lang-item.current-menu-item {
    order: -1;
  }

  #lang-nav-desktop .lang-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 8px 12px;
    border-radius: 999px;
    font-family: "Roboto", sans-serif;
    font-size: 0;
    font-weight: 500;
    line-height: 1;
    color: var(--ki-light, #7a9b8e);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: transparent;
    transition:
      background-color 0.25s ease,
      color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.2s ease;
  }

  #lang-nav-desktop .lang-item a::before {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  #lang-nav-desktop .lang-item-en a::before {
    content: "EN";
  }
  #lang-nav-desktop .lang-item-ru a::before {
    content: "RU";
  }
  #lang-nav-desktop .lang-item-uk a::before {
    content: "UK";
  }

  #lang-nav-desktop .lang-item a:hover,
  #lang-nav-desktop .lang-item a:focus {
    color: var(--ki-accent-dark, #2c5e50);
    background-color: var(--ki-ultra-light, #eaf2ef);
    text-decoration: none;
    outline: none;
  }

  #lang-nav-desktop .lang-item.current-lang a,
  #lang-nav-desktop .lang-item.current-menu-item a {
    padding-right: 28px;
    color: #fff;
    background-color: var(--ki-accent, #3d7a68);
    box-shadow: 0 2px 6px rgba(61, 122, 104, 0.25);
    cursor: pointer;
  }

  #lang-nav-desktop .lang-item.current-lang a::after,
  #lang-nav-desktop .lang-item.current-menu-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
  }

  #lang-nav-desktop:hover .lang-item.current-lang a::after,
  #lang-nav-desktop:hover .lang-item.current-menu-item a::after,
  #lang-nav-desktop:focus-within .lang-item.current-lang a::after,
  #lang-nav-desktop:focus-within .lang-item.current-menu-item a::after {
    transform: translateY(-35%) rotate(-135deg);
  }

  #lang-nav-desktop .lang-item:not(.current-lang):not(.current-menu-item) {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      max-height 0.25s ease,
      opacity 0.2s ease,
      visibility 0.2s ease,
      transform 0.2s ease;
  }

  #lang-nav-desktop:hover .lang-item:not(.current-lang):not(.current-menu-item),
  #lang-nav-desktop:focus-within
    .lang-item:not(.current-lang):not(.current-menu-item) {
    max-height: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
