.import-button {
  color: #217a3a;
  border-color: #8dc9a0;
  background: #edf9f1;
}

.import-button:hover {
  color: #145b2a;
  border-color: #58aa72;
  background: #dff3e6;
}

.import-mode-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  padding: 13px 15px;
  border: 1px solid #8dc9a0;
  border-radius: 11px;
  color: #145b2a;
  background: #edf9f1;
  box-shadow: 0 8px 22px rgba(33, 122, 58, .08);
}

.import-mode-banner div {
  display: grid;
  gap: 3px;
}

.import-mode-banner strong {
  font-size: 15px;
}

.import-mode-banner span {
  color: #3f6f4c;
  font-size: 12px;
}

.import-mode-banner button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #8dc9a0;
  border-radius: 8px;
  color: #145b2a;
  background: #fff;
  font-weight: 800;
}

@media (max-width: 560px) {
  .history-tools {
    gap: 5px;
  }

  .manage-button {
    padding-inline: 10px;
  }

  .import-mode-banner {
    align-items: flex-start;
  }
}
