.alert-box {
  max-width: 900px;
  margin: 70px auto 40px !important;
  padding: 40px 45px;
  border-radius: 18px;
  background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
  color: #fefefe;
  font-family: "Segoe UI", Arial, sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  line-height: 1.9;
  border: 2px solid #ffb300;
}

.alert-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
  background: linear-gradient(90deg, #ffc94d, #ff9500);
  color: #1b1b1b;
  padding: 18px 20px;
  border-radius: 12px;
  letter-spacing: 1.5px;
  box-shadow: 0 3px 10px rgba(255, 153, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.alert-title::before {
  content: "⚠️";
  font-size: 30px;
}

.alert-content p {
  margin-bottom: 22px;
  font-size: 20px;
}

.alert-content strong {
  color: #ffffff;
}

.alert-content .highlight {
  background: linear-gradient(90deg, #ffc94d, #ff9500);
  color: #1b1b1b;
}

.alert-content .brand {
  color: #ffb84d;
  font-weight: 800;
  text-transform: uppercase;
}
