#raya-call-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  max-width: 360px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 30px auto;
  text-align: center;
  transition: 0.3s ease-in-out;
}

#raya-call-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#raya-call-box label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

#raya-call-box select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}

#raya-call-button {
  background-color: #0066ff;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  font-weight: bold;
}

#raya-call-button:hover {
  background-color: #004fcc;
}

#raya-call-status {
  margin-top: 20px;
  font-size: 13px;
  color: #444;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: right;
  white-space: pre-wrap;
  direction: rtl;
}
