.evt-post-share {
  width: 100%;
}

.evt-post-share * {
  box-sizing: border-box;
}

.evt-post-share__title {
  margin: 0 0 12px;
  color: var(--white) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  text-transform: uppercase;
}

.evt-post-share__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.evt-post-share__button,
.evt-post-share__button:focus,
.evt-post-share__button:focus-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--primary-main);
  color: var(--white) !important;
  text-decoration: none;
  transition: transform var(--evt-transition-fast), background-color var(--evt-transition-fast), box-shadow var(--evt-transition-fast);
  cursor: pointer;
}

.evt-post-share__button:hover {
  background: var(--tertiary-main);
  color: var(--white);
}

.evt-post-share__button.is-copied {
  background: var(--tertiary-main);
  color: var(--white);
}

.evt-post-share__button .bi {
  font-size: 14px;
  line-height: 1;
}

.bottom-content .evt-post-share__title {
  color: var(--secondary-main) !important;
}

@media (max-width: 1024px) {
  .evt-post-share__buttons {
    gap: 14px;
  }

  .evt-post-share__title {
    font-size: 12px;
  }

  .evt-post-share__button,
  .evt-post-share__button:focus,
  .evt-post-share__button:focus-visible {
    width: 28px;
    height: 28px !important;
  }

  .evt-post-share__button .bi {
    font-size: 12px;
    line-height: 1;
  }

  .evt-post-share__buttons {
    gap: 10px;
  }

  .bi-link-45deg::before {
      content: "\f470";
      font-weight: 700 !important;
  }

}
