.wswg-dropdown--link.wswg-dropdown--link {
  left: -80px;
}

.wswg-link__dropdown {
  width: 380px;
  height: auto;
}

.wswg-link__dropdown__body {
  padding-left: 20px;
  padding-right: 20px;
}

// Tabs

.wswg-link__tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid rgba(#000, .19);
}

.wswg-link__tabs__text {
  color: $main-sec-font-color;
  font-size: 16px;
  font-weight: $font-weight-bold;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  padding-bottom: 17px;
}

.wswg-link__tabs__btn {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;

  &.active {
    cursor: default !important;

    .wswg-link__tabs__text {
      border-color: $main-color-green;
      color: $main-color-green;
    }
  }

  &:hover,
  &:focus {
    outline: none;

    .wswg-link__tabs__text {
      border-color: $main-color-green;
    }
  }
}

.wswg-link__dropdown__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.wswg-link__dropdown__label {
  color: rgba(#333, .6);
  margin-bottom: 2px;
  font-size: 13px;
}

.wswg-link__fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
