
.price-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('marble-texture.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #444;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 9999999999999;
  color: white;
  box-shadow: 0 0 10px rgb(255, 255, 255, 0.8);
}

.price-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}

.model-section {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 5px;
}

.model-section h3 {
  color: #bb86fc;
  margin-bottom: 10px;
}

.chart-container {
  margin: 15px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.price-info {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
