/* Share Component Styles */

.share-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ddc0ba;
  background: #daeaf7;
  color: #56423e;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
}

.share-btn:hover {
  transform: scale(1.1);
  background: #e2725b;
  color: #5a0d02;
  border-color: #9f402d;
}

.share-btn svg {
  width: 40px;
  height: 40px;
}
