.official-role {
  background-color: var(--color-accent-light);
  font-size: 0.7em;
  border-radius: 5px;
  padding: 3px;
}

.politician-name {
  margin-top: 0 !important;
  font-family: Spectral, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.5em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* Colonne */
.column {
  float: left;
  width: 100%;
}

.column:nth-child(odd) {
  clear: both;
}

.politician-header {
  clear: both;
  padding-top: 1em;
}

/* Dettagli */
.rbi-label {
  color: var(--color-accent);
  font-family: 'Courier New', Courier, monospace;
  padding-left: 0.5em;
}

.why-deepfake {
  font-size: 0.8em;
}

.deepfake-description-container {
  border: 1px dotted var(--color-accent-light);
  background-color: #97B6D51C;
  border-radius: 15px 15px 0px 0px;
}

.deepfake-description {
  font-size: 0.9em;
  font-style: italic;
  padding-left: 0.5em;
}


/* Stile della tabella */
table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 1px;
  text-align: left;
}

/* Larghezza fissa per la colonna sinistra */
td:first-child {
  font-weight: bold;
  width: 150px;
}

/* questo i label sulla sx */
.label {
  text-align: right;
  padding-right: 0.5em;
}

.details {
  font-size: 0.8em;
  margin-top: 0px !important;
}

/* Stile desktop */
@media (min-width: 768px) {
  .column {
    width: 50%;
  }

  .details {
    font-size: 1.1em;
  }
}

/* Immagine */
.image {
  border-radius: 1em;
  width: 100%;
  height: auto;
}

.alert {
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid #c00;
  background-color: #f8d7da;
  color: #721c24;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}

.alert.success {
  border-color: #28a745;
  background-color: #d4edda;
  color: #155724;
}

.alert.info {
  border-color: #17a2b8;
  background-color: #d1ecf1;
  color: #0c5460;
}

.alert.warning {
  border-color: #ffc107;
  background-color: #fff3cd;
  color: #664d03;
}

.alert.error {
  border-color: #dc3545;
  background-color: #f8d7da;
  color: #721c24;
}

/* sotto è per il registered-faces */

.role-row {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.item {
  flex: 1 1 19%;
  max-width: 20%;
  margin: 1px;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid var(--color-accent);
}

.missing {
  background-color: var(--color-accent);
  color: var(--color-secondary);
}

.help-in-progress {
  background-color: var(--color-accent-dark) !important;
  border-color: yellow !important;
}

.help {
  background-color: var(--color-primary);
  font-size: 0.7em;
  color: var(--color-secondary);
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-radius: 2px;
}

.loadhelp {
  cursor: help;
}

.addpict {
  cursor: pointer;
}

#help-us-form {
  padding-top: 0.8em;
}

#send-help-button {
  width: 13%;
  background-color: var(--color-secondary);
}

.send-deny {
  border: 1px solid #c00;
  cursor: not-allowed;
}

.send-allow {
  border: 3px solid green;
  color: green;
  cursor: pointer;
}

#input-form {
  width: 83%;
}

.link {
  background-color: var(--color-accent-light);
}
