/* Numa Header Actions v1.3 */

.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.numa-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  z-index: 99999;
}

.numa-header-action-btn {
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #2A737E !important;
  color: #fff !important;
  display: grid !important;
  place-items: center !important;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: .25s ease;
  padding: 0 !important;
  overflow: hidden !important;
  appearance: none;
  -webkit-appearance: none;
}

.numa-header-action-btn:hover {
  transform: translateY(-3px);
  background: #20636d !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
}

.numa-header-action-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}

.numa-header-language-wrap {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.numa-lang-flag {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.45);
}

.numa-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 230px;
  max-height: 430px;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
  padding: 10px;
  display: none;
  z-index: 1000000;
}

.numa-lang-menu.active {
  display: grid;
  gap: 4px;
}

.numa-lang-menu button {
  border: 0 !important;
  background: transparent !important;
  color: #202A2D !important;
  text-align: left;
  padding: 10px 12px !important;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
}

.numa-lang-menu button span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-size: 22px;
}

.numa-lang-menu button:hover {
  background: #eef7f8 !important;
  color: #2A737E !important;
}

@media(max-width: 767px) {
  .numa-header-actions {
    gap: 8px;
  }

  .numa-header-action-btn,
  .numa-header-language-wrap {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .numa-header-action-btn svg {
    width: 22px;
    height: 22px;
  }

  .numa-lang-flag {
    width: 31px;
    height: 31px;
    font-size: 22px;
  }

  .numa-lang-menu {
    right: 0;
    width: 210px;
    max-height: 360px;
  }
}
