.vertical-divider {
  margin: 0 16px;

  &::before {
    content: "";
    border-left: solid 1px #35353433;
  }
}

.icon-country-flag {
  border-radius: 50%;
}

.header-localization .disclosure .localization-form__select:hover {
  text-decoration: none;

  span {
    text-decoration: underline;
  }
}

.header-localization .disclosure .localization-form__select span {
  text-transform: uppercase;
}

.js .header-localization .disclosure .localization-form__select {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  &::after {
    box-shadow: none;
  }
}

.localization-form {
  padding: 0;
}

.disclosure__list-wrapper {
  color: #252525;
  line-height: 130%;
  padding: 16px 16px 64px;

  &.country-selector {
    height: auto;
    border-radius: 12px;
  }

  .disclosure__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 16px;

    button {
      padding: 0;
      width: 24px;
      height: 24px;
    }
  }

  .disclosure__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 100%;
    padding: 0;

    li + li {
      margin-top: 16px;
    }

    .disclosure__item {
      padding: 0;

      .disclosure__link {
        color: #252525;
        font-size: 14px;

        @media screen and (min-width: 1200px) {
          padding: 0;
        }

        .checkmark {
          border: solid 1px #666;
          border-radius: 4px;
          width: 24px;
          height: 24px;
        }

        .checkmark--active::before {
          content: " ";
          position: absolute;
          top: 6px;
          left: 6px;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #252525;
        }

        .country {
          display: flex;
          align-items: center;
          gap: 4px;
        }
      }
    }
  }

  .switch-region-container {
    display: flex;
    gap: 12px;
    padding: 0;
    margin-top: 32px;

    @media screen and (min-width: 1200px) {
      margin-top: 24px;
    }

    .switch-region-text {
      display: flex;
      flex-direction: column;
      font-size: 14px;

      .localization-form__switch-region {
        padding: 0;
        color: #666;
      }
    }
  }

  @media screen and (min-width: 1200px) {
    border-radius: 8px;
    padding: 16px;
    min-width: 210px;

    .localization-form__language .disclosure__header {
      display: none;
    }
  }
}
