.blog-link-container {
  position: relative;
}
.rs-modal {
  position: absolute;
  top: 2rem;
  right: 0;
  left: unset;
  width: 300px;
}
.rs-modal .modal-content {
  background: white;
  border-radius: 12px 0 12px 12px;
  margin: unset;
  max-width: 300px;
  padding: 20px 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  position:relative;
}
.rs-title > span {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}
.rs-modal > .modal-content > .modal-body > .rs-title > .modal-close {
  border: none;
  background: none;
  color: #c41207;
  font-size: 1.25rem;
  font-weight: 100;
  position: unset;
  cursor: pointer;
}


.rs-title {
  align-items: center;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.shariff .shariff-button {
  background: none !important;
  color: #c41207 !important;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  padding: 10px 0;
  border: none;
  width: 100%;
  display: flex !important;
  align-items: center;
  gap: 12px;
}
.shariff-button > a {
  color: #c21b17;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}
.shariff-button > a > span:first-child {
  position: relative;
  right: 15px;
}
/*.shariff .shariff-button:before {*/
/*  background-color: #c41207;*/
/*  color: white;*/
/*  font-family: 'Generali-Icons';*/
/*  border-radius: 50%;*/
/*  display: inline-flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 18px;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*}*/
.share-buttons .share-link > a::before {
  font-family: "GeneraliIcons" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  right: 1rem;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  background: #c21b17;
  border-radius: 50%;
  color: #fff !important;
  height: 30px !important;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 30px !important;
}

.share-buttons [data-share="facebook"]::before {
  content: "\e91a";
}

.share-buttons [data-share="twitter"]::before {
  content: "\e900";
}

.share-buttons [data-share="linkedin"]::before {
  content: "\e925";
}

.share-buttons [data-share="email"]::before {
  content: "\e919";
}
.share-buttons [data-share="copy"]::before {
  content: "\e97e";
}

.rs-modal .modal-content .modal-body .share-buttons {
  padding-left: 1rem;
}
.share-buttons .share-link   {
  list-style: none;
  margin-top: 1rem;
  color: #c21b17;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  flex-direction: row;
  align-items: center;
}

.share-buttons .share-link  > a  {
  flex-direction: row;
  align-items: center;
  display: flex;
}
