.novedad-popup {
  padding: 20px;
  background-color: #fefefe;
  border-radius: 8px;
  max-width: 500px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.novedad-popup h3 {
  margin-top: 0;
  color: #2c3e50;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.novedad-popup dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 12px;
}

.novedad-popup dt {
  font-weight: 600;
  text-align: right;
  color: #555;
}

.novedad-popup dd {
  margin: 0;
  color: #000;
}
md-toast.error-toast {
    background: red;
}

md-toast.error-toast .md-toast-content{
    background: red;
    color: white;
}
@media (min-width: 1920px) {
    md-toast .md-toast-content {
        max-width: 800px;
    }
}
md-toast .md-toast-content {
    overflow: auto;
    display: inline-block;
    width: 90%;
}
md-toast button {
    padding: 5px !important;
    float: right;
}

