body {
  font-family: 'Cairo', sans-serif;
  background: #f8f9fa;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-weight: 700;
}

.shadow-3d {
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card:hover {
  transform: scale(1.03);
  transition: all 0.3s ease;
}

.shadow-3d:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none;
  color: #007bff;
}

a:hover {
  text-decoration: underline;
}

.table {
  font-size: 0.95rem;
}

.table th, .table td {
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
}

.domain-name, .expire-date {
  font-weight: bold;
  font-size: 1rem;
}
.red-strong-bg {
  background-color: #cc0000 !important; /* أحمر قوي */
  color: #fff !important;               /* نص أبيض */
}

.owner-name, .domain-link {
  font-size: 0.75rem;
  color: #555;
  word-break: break-word;
}

@media (max-width: 576px) {
  .domain-name, .expire-date {
    font-size: 0.95rem;
  }

  .owner-name, .domain-link {
    font-size: 0.7rem;
  }

  .table th, .table td {
    padding: 0.4rem 0.5rem;
  }
}
