﻿.share-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.share-modal {
  background: #fff;
  padding: 30px;
  width: 400px;
  border-radius: 8px;
  position: relative;
}

.close-share-modal {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
}

.product-share-list li {
  margin-bottom: 10px;
}

.product-share-list input {
  width: 80%;
}

product-share-list {
  margin-top: 1rem;
}
