#cert-panel-card {
  margin-top: 10px;
}
#cert-panel-card .cert-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
#cert-panel-card .cert-info {
  line-height: 1.8;
  font-size: 14px;
}
#cert-panel-card .cert-status-valid { color: #67C23A; font-weight: bold; }
#cert-panel-card .cert-status-expiring { color: #E6A23C; font-weight: bold; }
#cert-panel-card .cert-status-expired { color: #F56C6C; font-weight: bold; }
#cert-panel-card .cert-status-missing { color: #F56C6C; font-weight: bold; }
