.social-share-dropdown {
  background-color: var(--avixa-yellow, #f6ca15);
  position: relative;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-share-dropdown:hover {
  background-color: #cea708;
}

.social-share-dropdown__button {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding-inline: 1rem;
}

.social-share-dropdown__expanded-content {
  position: absolute;
  z-index: 1;
  width: 280px;
  background-color: var(--avixa-yellow, #f6ca15);
  top: -10px;
  right: 0;
}
[data-expanded=False] .social-share-dropdown__expanded-content, [data-expanded=False].social-share-dropdown__expanded-content, .ignore-this-class:not(*) {
  display: none;
}

.social-share-dropdown__heading {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding-inline: 1rem;
  padding-top: 12px;
  display: flex;
}

.social-share-dropdown__close-button {
  margin-left: auto;
  cursor: pointer;
}
[data-expanded=False] .social-share-dropdown__close-button, [data-expanded=False].social-share-dropdown__close-button, .ignore-this-class:not(*) {
  display: none;
}

.social-share-dropdown__social-icon-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0.75rem;
  padding-bottom: 1.5rem;
}

.social-share-dropdown__social-icon {
  width: 39px;
  height: 39px;
  border-radius: 19.5px;
  border: 1px solid var(--avixa-eggplant, #3f1833);
  margin-right: 0px;
  color: var(--avixa-eggplant, #3f1833);
  text-align: center;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social-share-dropdown__social-icon:hover {
  background-color: var(--avixa-eggplant, #3f1833);
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.social-share-dropdown__social-icon-facebook {
  padding-right: 2px;
  padding-top: 2px;
}

.social-share-dropdown__social-icon:hover .social-share-dropdown__social-icon-twitter {
  display: none;
}

.social-share-dropdown__social-icon-twitter-on-hover {
  display: none;
}
.social-share-dropdown__social-icon:hover .social-share-dropdown__social-icon-twitter-on-hover {
  display: unset;
}

.social-share-dropdown__link-copied {
  text-align: center;
  color: var(--avixa-purple, #3f1833);
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  background-color: var(--avixa-yellow, #f6ca15);
  width: 100%;
  margin-top: 12px;
}
[data-show-copy-text=False] .social-share-dropdown__link-copied, [data-show-copy-text=False].social-share-dropdown__link-copied, .ignore-this-class:not(*) {
  display: none;
}

/*# sourceMappingURL=SocialShareDropdown.css.map */
