.pin-save-notice {
  display: flex;
  align-items: center;
  border: 1px solid #ddd; /* Updated border color for better visibility */
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Stronger shadow */
  margin-top: 10px;
  max-width: 500px;
  font-family: Arial, sans-serif;
}

.pin-save-btn {
  display: flex;
  align-items: center;
  background: #e60023;
  border: none;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 10px;
}

.pin-save-btn:hover {
  background: #c4001f;
}

.pin-save-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.pin-save-text {
  font-size: 14px;
  color: #333;
}

.pin-save-subtext {
  font-size: 13px;
  color: #555;
}
