:root {
  --teda-primary: #951942;
  --teda-primary-dark: #7d1437;
  --teda-primary-soft: #fbf0f4;
  --teda-primary-border: #e8c9d4;
}

.text-blue-300,
.text-blue-700,
.text-blue-800,
.hover\:text-blue-200:hover,
.hover\:text-blue-700:hover,
.hover\:text-blue-800:hover {
  color: var(--teda-primary) !important;
}

.bg-blue-600,
.bg-blue-700,
.hover\:bg-blue-800:hover {
  background-color: var(--teda-primary) !important;
}

.bg-blue-50,
.bg-blue-50\/40,
.bg-blue-50\/60,
.hover\:bg-blue-50:hover,
.hover\:bg-blue-100:hover {
  background-color: var(--teda-primary-soft) !important;
}

.border-blue-200,
.hover\:border-blue-300:hover {
  border-color: var(--teda-primary-border) !important;
}

.from-blue-50 {
  --tw-gradient-from: var(--teda-primary-soft) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(251, 240, 244, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

a:hover {
  color: var(--teda-primary-dark) !important;
}

.teda-brand {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  min-width: 0;
}

.teda-brand__logo {
  display: block;
  width: 148px;
  max-width: 34vw;
  height: auto;
}

header nav a.teda-nav-active {
  color: var(--teda-primary) !important;
  font-weight: 700;
}

header nav a.teda-nav-active::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--teda-primary);
  content: "";
}

.teda-lang {
  position: relative;
}

.teda-lang__button {
  display: inline-flex;
  min-width: 128px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--teda-primary-border);
  background: #fff;
  color: var(--teda-primary);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(149, 25, 66, .08);
}

.teda-lang__button:hover,
.teda-lang.is-open .teda-lang__button {
  background: var(--teda-primary-soft);
}

.teda-lang__icon {
  width: 14px;
  height: 14px;
  transition: transform .18s ease;
}

.teda-lang.is-open .teda-lang__icon {
  transform: rotate(180deg);
}

.teda-lang__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  min-width: 158px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(149, 25, 66, .16);
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.teda-lang.is-open .teda-lang__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.teda-lang__menu a {
  display: block;
  padding: 10px 13px;
  color: #334155;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.teda-lang__menu a:hover,
.teda-lang__menu a.is-active {
  background: var(--teda-primary-soft);
  color: var(--teda-primary) !important;
}
