.company-import-card {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid #cfe4dc;
  border-radius: 15px;
  background: linear-gradient(135deg, #f5fbf8, #ffffff);
  display: block;
}

.company-import-head {
  margin-bottom: 18px;
}

.company-import-card h3 {
  margin: 9px 0 6px;
  color: #173e34;
}

.company-import-card p {
  max-width: 820px;
  margin: 0 0 6px;
  color: #4c5c56;
}

.company-import-card small {
  color: #78857f;
}

.company-import-card .row-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.import-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.import-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #dbe8e3;
  border-radius: 12px;
  background: #fff;
}

.import-section b,
.import-section small {
  display: block;
}

.import-section b {
  margin-bottom: 4px;
  color: #173e34;
}

.import-preview {
  padding: 12px 14px;
  border: 1px solid #dbe8e3;
  border-radius: 10px;
  background: #f7faf9;
}

@media (max-width: 800px) {
  .import-section-grid {
    grid-template-columns: 1fr;
  }

  .import-section {
    align-items: stretch;
    flex-direction: column;
  }

  .import-section .row-actions,
  .import-section .btn,
  .import-section .action-edit {
    width: 100%;
  }
}
