.cb-fire-block.share {
  position: relative;
}

.cb-fire-block.share .btn {
  border-radius: 50px;
  background: #eee;
  padding: 8px 16px;
  color: var(--CB-Dark-Gray, #26292b);
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

.cb-fire-block.share .btn:hover,
.cb-fire-block.share .btn:focus,
.cb-fire-block.share.active .btn {
  background: #ddd;
  color: var(--CB-Dark-Gray, #26292b);
}

.cb-fire-block.share .btn svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.cb-fire-block.share .share-modal {
  display: flex;
  width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 1em;
  transform: translate(-50%, 0%);
  display: none;
  z-index: 999999; 
}

.cb-fire-block.share .share-modal.active {
  display: flex;
}

.cb-fire-block.share .share-modal .card-title {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  align-items: center;
  align-self: stretch;
  color: var(--Black, #000);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid var(--Theme-Border, #DEE2E6);
}

.cb-fire-block.share .share-modal .share-modal-close {
  opacity: .5;
  transition: .2s;
  cursor: pointer;
}

.cb-fire-block.share .share-modal .share-modal-close:hover {
  opacity: 1;
}

.cb-fire-block.share .share-modal ul {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  list-style-type: none;
  margin: 0;
}

.cb-fire-block.share .share-modal ul li a {
  align-items: center;
  align-self: stretch;
  background: #eee;
  border-radius: 8px;
  color: rgba(38, 41, 43, 1);
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  line-height: normal;
  padding: 16px;
  text-decoration: none;
  transition: 0.2s;
}

.cb-fire-block.share .share-modal ul li a:hover {
  background: #ddd;
}

.cb-fire-block.share .share-modal .color-facebook {
  color: #3b5998;
}
.cb-fire-block.share .share-modal .color-reddit {
  color: #ff4500;
}
.cb-fire-block.share .share-modal .color-twitter-x {
  color: #000000;
}
.cb-fire-block.share .share-modal .color-envelope {
  color: rgba(135, 122, 98, 1);
}
.cb-fire-block.share .share-modal .color-link {
  color: rgba(26, 141, 205, 1);
}
