.social-share-trigger {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.social-share-trigger:hover {
  text-decoration: underline;
}

.social-share-trigger:focus-visible {
  text-decoration: underline;
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.contact-info .contact-actions {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.contact-info .contact-actions .fa {
  margin-right: 6px;
}

.social-share-modal .modal-dialog {
  margin: 3rem auto;
  max-width: 520px;
  width: calc(100% - 30px);
}

.social-share-modal .modal-content {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .2);
}

.social-share-modal .modal-header {
  align-items: center;
  background: #f5f8fa;
  border-bottom: 1px solid #e4e9ed;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
}

.social-share-modal .modal-title {
  margin-bottom: 0;
}

.social-share-modal .close {
  align-self: center;
  float: none;
  line-height: 1;
  margin: 0 0 0 auto;
  padding: 0;
  right: 0;
  top: 0;
}

.social-share-modal .close:focus-visible {
  outline: 3px solid #004b5e;
  outline-offset: 3px;
}

.social-share-modal .modal-body {
  padding: 18px 20px 20px;
}

.social-share-modal .modal-body p {
  margin-bottom: 16px;
}

.social-share-modal h3 {
  height: auto;
}

.social-share-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.social-share-option {
  appearance: none;
  border: 0;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
  color: #fff;
  display: flex;
  font-weight: 600;
  font-family: inherit;
  flex-direction: column;
  font-size: 13px;
  gap: 4px;
  justify-content: center;
  min-height: 72px;
  padding: 8px;
  transition: box-shadow .15s ease, transform .15s ease;
}

.social-share-option:hover,
.social-share-option:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.social-share-option:focus-visible {
  box-shadow: 0 0 0 3px #111, 0 5px 12px rgba(0, 0, 0, .2);
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.social-share-option .fa {
  font-size: 20px;
}

.social-share-option .fa-brands {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.social-share-option .fa-x-twitter::before {
  content: "\e61b";
}

.social-share-option--facebook {
  background-color: #0b4ea2;
}

.social-share-option--twitter {
  background-color: #000;
}

.social-share-option--linkedin {
  background-color: #004182;
}

.social-share-option--whatsapp {
  background-color: #075c2c;
}

.social-share-option--copy {
  background-color: #004b5e;
  flex-direction: row;
  grid-column: 1 / -1;
  min-height: 46px;
}

.social-share-status {
  margin: 12px 0 0;
  min-height: 21px;
}

.social-share-intro {
  margin-bottom: 18px;
}

.social-share-platforms {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.social-share-platform {
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  min-height: 76px;
  padding: 8px;
  text-align: center;
  transition: box-shadow .15s ease, transform .15s ease;
}

.social-share-platform:hover,
.social-share-platform:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.social-share-platform:focus-visible {
  box-shadow: 0 0 0 3px #111, 0 5px 12px rgba(0, 0, 0, .2);
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.social-share-icon {
  align-items: center;
  display: flex;
  font-size: 24px;
  justify-content: center;
}

.social-share-icon .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
}

.social-share-icon .fa-x-twitter::before {
  content: "\e61b";
}

.social-share-platform--email {
  background-color: var(--base);
}

.social-share-platform--whatsapp {
  background-color: #075c2c;
}

.social-share-platform--linkedin {
  background-color: #004182;
}

.social-share-platform--facebook {
  background-color: #0b4ea2;
}

.social-share-platform--x {
  background-color: #000;
}

.social-copy {
  border-top: 1px solid #d9e0e3;
  margin-top: 12px;
  padding-top: 10px;
}

.social-copy h3 {
  margin: 0 0 4px;
}

.social-copy p {
  margin-bottom: 12px;
}

.social-copy-input {
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.social-copy-input input {
  flex: 1;
  min-width: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.social-copy-button {
  position: relative;
}

.social-copy-button button {
  background: var(--base);
  border: 1px solid var(--base);
  border-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  min-width: 46px;
}

.social-copy-button button:focus-visible {
  outline: 3px solid var(--highlight);
  outline-offset: -3px;
}

.social-copy-button.is-copied .social-copy-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.social-copy-tooltip {
  background: #004b5e;
  border-radius: 3px;
  bottom: calc(100% + 8px);
  color: #fff;
  font-size: 12px;
  left: 50%;
  opacity: 0;
  padding: 6px 9px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 4px);
  transition: opacity .15s ease, transform .15s ease;
  white-space: nowrap;
}

.social-share-status.is-error {
  color: #8b0000;
  margin: 12px 0 0;
}

@media (max-width: 575px) {
  .social-share-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-share-platforms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
