.download-panel.export-panel {
  max-width: 860px;
}

.brand-logo {
  display: block;
  width: 108px;
  height: 54px;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
}

.reports-content {
  max-width: 860px;
  padding: 0 0 32px;
}

.reports-content .export-actions {
  justify-content: flex-start;
}

.reports-content .download-summary {
  margin: 0 0 18px;
}

.table-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.select-column {
  width: 60px;
  text-align: center !important;
}

.select-column input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0;
  accent-color: #0b6b50;
}

.btn.danger {
  color: #fff;
  background: #a12c32;
}

.btn.danger:disabled {
  opacity: .6;
  cursor: wait;
}

.report-builder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
  text-align: left;
}

.report-builder label {
  color: inherit;
}

.report-builder select {
  background: #fff;
  color: #102a35;
}

.export-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.download-panel.export-panel .btn {
  margin: 0;
}

@media (max-width: 640px) {
  .report-builder {
    grid-template-columns: 1fr;
  }

  .export-actions .btn {
    width: 100%;
  }

  .table-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
