﻿/* GED-WEB-3H2 — maintenance sécurisée du répertoire */

.corr-tools {
  grid-template-columns: minmax(250px, 1fr) 150px 140px 100px auto;
}

.corr-badge.is-active {
  background: #e9f7ef;
  color: #14733e;
}

.corr-badge.is-inactive {
  background: #f3f4f6;
  color: #667085;
}

[data-corr-state-action].is-danger {
  border-color: #efb1ad;
  color: #b42318;
}

.corr-history-section {
  border: 1px solid #e0e7f0;
  border-radius: 11px;
  overflow: hidden;
}

.corr-history-section > header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e6ecf3;
}

.corr-history-section h3 {
  margin: 0;
  font-size: 14px;
}

.corr-history-section p {
  margin: 2px 0 0;
  color: #748198;
  font-size: 10px;
}

.corr-history-item {
  display: grid;
  gap: 5px;
  padding: 10px 12px;
  border-top: 1px solid #edf1f6;
}

.corr-history-item:first-child {
  border-top: 0;
}

.corr-history-item header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.corr-history-item time,
.corr-history-item small {
  color: #758298;
  font-size: 10px;
}

.corr-history-item strong {
  color: #34465e;
  font-size: 11px;
}

.corr-history-item p {
  margin: 0;
  color: #596980;
  font-size: 11px;
}

.corr-state-warning {
  padding: 10px 11px;
  border: 1px solid #f0d79f;
  border-radius: 9px;
  background: #fff8e6;
  color: #765400;
  font-size: 11px;
}

.corr-state-dialog textarea {
  width: 100%;
  border: 1px solid #ced9e8;
  border-radius: 9px;
  padding: 9px;
  font: inherit;
  resize: vertical;
}

@media (max-width: 1000px) {
  .corr-tools {
    grid-template-columns: 1fr 1fr;
  }
}
