.company-history-card {
  padding: 16px;
}

.company-history-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company-history-item {
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.company-history-date {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 4px;
}

.company-history-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.company-history-value {
  margin-top: 6px;
  font-size: 13px;
  color: #334155;
  white-space: pre-line;
}

.company-history-empty {
  font-size: 14px;
  color: #64748b;
}

.company-alerts-card {
  padding: 16px;
}

.company-alerts-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.company-alert-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.company-alert-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.company-alert-message {
  font-size: 13px;
  color: #334155;
  line-height: 1.45;
  white-space: pre-line;
}

.company-alert-date {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.company-alert-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.company-alert-status--new {
  background: #eef2ff;
  color: #4338ca;
}

.company-alert-status--in_progress {
  background: #eff6ff;
  color: #1d4ed8;
}

.company-alert-status--resolved {
  background: #ecfdf5;
  color: #047857;
}

.company-alert-status--ignored {
  background: #f3f4f6;
  color: #4b5563;
}

.company-alert-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.company-alert-actions--inline {
  margin-top: 6px;
}

.company-alerts-empty {
  font-size: 14px;
  color: #64748b;
}

.company-row-alerts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -2px;
}

.company-row-alert {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.company-row-alert-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
