.call-table {
  border-collapse: collapse;
  margin: auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #B43104;
}

.call-table th, .call-table td {
  padding: 12px 16px;
  border-bottom: 2px solid #B43104;
  text-align: left;
}

.call-table th {
  background-color: #B43104;
  color: white;
  font-size: 18px;
  text-align: center;
}

.call-table td a {
  color: #B43104;
  text-decoration: none;
  font-weight: bold;
}

.call-table tr:hover {
  background-color: #fef2e0;
}

.call-table iframe {
  border: none;
}