@use "../../tokens/color" as *;
@use "../../tokens/font" as *;
@use "../../tokens/spacing" as *;
@use "../../tokens/screens" as *;

.iati-menu-toggle {
  color: #fff;
  border: none;
  background-color: transparent;
  font-size: 0.9rem;
  font-family: $font-stack-heading;
  font-weight: 600;
  flex-direction: column;
  display: inline-flex;
  align-items: flex-end;
  gap: 0.5em;
  padding: 0;
  align-self: stretch;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  min-height: 2.2rem;
  &--open {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 38 17'%3E%3Cpath d='M0 0h38v3H0ZM0 7h38v3H0ZM0 14h38v3H0Z'/%3E%3C/svg%3E");
  }
  &--close {
    height: 3.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 26'%3E%3Cpath stroke='white' stroke-miterlimit='10' stroke-width='1.3' d='M13 25c6.6274 0 12-5.3726 12-12 0-6.62742-5.3726-12-12-12C6.37258 1 1 6.37258 1 13c0 6.6274 5.37258 12 12 12ZM18.4163 18.416 7.58386 7.58386M7.58386 18.416 18.4163 7.58386'/%3E%3C/svg%3E");
  }
}

.iati-menu-toggle__label {
  line-height: 1;
  position: relative;
  top: 0.25em;
}
