.header.header--sede a.header__date {
  text-decoration: none;
}
.header__date__info {
  min-height: 1.5rem;
}

@media (max-width: 991px) {
  .header.header--sede .header__date {
    position: initial;
    align-items: start;
  }
}

body.page-node-type-page-procedure-results section.section-hero-banner {
  padding-bottom: 1.5rem;
}
.table-results .item-list li {
  list-style-type: none;
  margin: 0 0 0.25em;
}
.dt-container {
  width: 100%;
  margin-bottom: 3rem;
}

.dt-container table {
  width: 100%;
  margin-bottom: 3rem;
  padding: 0;
}

table.dataTable.ui.table th.dt-type-numeric,
table.dataTable.ui.table th.dt-type-date,
table.dataTable.ui.table td.dt-type-numeric,
table.dataTable.ui.table td.dt-type-date {
  text-align: left;
}

@media (min-width: 768px) {
}

/* Simple styling for the loading modal */
#inap-signing-modal.inap-signing-modal-hidden {
  display: none;
}
#inap-signing-modal.inap-signing-modal-visible {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.inap-signing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.inap-signing-box {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 24px 28px;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 300px;
}
.inap-signing-spinner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 4px solid #e6e6e6;
  border-top-color: #0b66c3;
  animation: inap-spin 1s linear infinite;
}
@keyframes inap-spin {
  to {
    transform: rotate(360deg);
  }
}
.inap-signing-text {
  font-size: 15px;
  color: #222;
}
.inap-signing-noscroll {
  overflow: hidden !important;
}
