.share-dropdown__wrapper {
  width: 380px;
  padding: 15px;
}

.share-dropdown__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.share-dropdown__header-toggle {
  display: flex;
  align-items: center;
}

.share-dropdown__header-title {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: ~'var(--gray-light)';
}

.share-dropdown__header-title-icon {
  fill: ~'var(--gray-light)';
}

.share-dropdown__toggle-label {
  display: flex;
  align-items: center;
}

.share-dropdown__header-toggle-label-text {
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.share-dropdown__header-toggle-tooltip {
  width: 185px;
  font-size: 10px !important;
  text-transform: none;
  text-align: center;
}

.share-dropdown__header-toggle-label-text--active {
  color: ~'var(--gray-lighter)';
}

.share-dropdown__header-toggle-label-icon-public {
  width: 12px;
  height: 12px;
  margin-right: 6px !important;
  margin-top: 0 !important;
}

.share-dropdown__header-toggle-label-icon-public--active {
  fill: ~'var(--main-color-brand-highlight)';
}

.share-dropdown__header-toggle-label-icon-private {
  width: 12px;
  height: 12px;
  margin-right: 6px !important;
  margin-top: 0 !important;
}

.share-dropdown__header-toggle-label-icon-private--active {
  fill: #777777;
}

.share-dropdown__switch {
  margin: 0 10px;
}

.share-dropdown__share-input {
  display: flex;
  margin-bottom: 15px;
}

.share-dropdown__link-input {
  min-height: 28px;
  line-height: 28px;
  font-size: 10px;
  font-weight: 600;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.share-dropdown__link-input:focus {
  z-index: 1;
}

.share-dropdown__copy-button {
  min-width: 50px;
  min-height: 30px;
  line-height: 28px;
  font-size: 10px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}

.share-dropdown__description {
  display: flex;
  align-items: center;
}

.share-dropdown__description-icon {
  margin-top: 0px !important;
  height: 16px;
  fill: #777777;
}

.share-dropdown__description-text {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
}

.share-dropdown__description-text-highlight {
  color: ~'var(--gray-lighter)';
}
