.share-modal__base-modal {
  width: 480px !important;
}

.share-modal {
  margin: 16px;
  align-items: center;
}

.share-modal__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-darkest);
}

.share-modal__header__name {
  font-size: 14px;
  font-weight: bold;
  color: var(--gray-lighter);
}

.share-modal__header__close-button {
  cursor: pointer;
}

.share-modal__header__close-button svg {
  cursor: pointer;
  pointer-events: none;
}

.share-modal__header__close-button__icon {
  width: 8px;
  height: 8px;
  fill: var(--gray);
}

.share-modal__content {
  text-align: left;
}

.share-modal__content__header {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.share-modal__content__header__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border-radius: 100%;
  background-color: var(--gray-darkest);
}

.share-modal__content__header__icon__element {
  fill: var(--gray);
}

.share-modal__content__header__title {
  flex-grow: 2;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-lighter);
}

.share-modal__content__header__dropdown__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.share-modal__content__header__dropdown__button__text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--main-color-brand-highlight);
}

.share-modal__content__header__dropdown__button__icon {
  transform: rotate(270deg);
  margin-top: 0;
  margin-right: 5px;
  cursor: pointer;
  fill: var(--main-color-brand-highlight);
}

.share-modal__content__header__dropdown__button__icon svg {
  cursor: pointer;
  pointer-events: none;
}

.share-modal__content__header__switcher__text {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  color: var(--gray-lighter);
}

.share-modal__content__description {
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
  padding-left: 48px;
  padding-bottom: 16px;
  color: #828282;
  border-bottom: 1px solid var(--gray-darkest);
}

.share-modal__copy {
  display: flex;
  justify-content: flex-end;
}

.share-modal__copy__button {
  width: 106px;
  min-width: 106px;
  height: 36px;
  padding-left: 13px;
  margin-top: 16px !important;
  font-size: 13px;
}

.share-modal__copy__button__icon {
  width: 11px;
  height: 15px;
  margin-top: 0;
  fill: white;
}

.dropdown__arrow--share-modal {
  display: none !important;
}
