.url-opener-tool {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
  color: #be0c6c;
  border: 2px solid #be0c6c;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(113, 1, 147, 0.3);
}

.url-opener-tool h2 {
  text-align: center;
  color: #be0c6c;
}

.url-opener-tool label {
  font-weight: bold;
  color: #be0c6c;
}

.url-opener-tool textarea {
  width: 98%;
  height: 350px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #be0c6c;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #be0c6c;
}

.url-opener-tool button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #be0c6c;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.url-opener-tool button:hover {
  background-color: #800846;
}
