.seo-selection-bar {
  align-items: center;
  background: #fff8f3;
  border: 1px solid #ffd8bf;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0;
  padding: 11px 14px;
}

.seo-selection-bar label {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
}

.seo-selection-bar input,
.seo-table .select-column input {
  accent-color: #ff6413;
  height: 17px;
  width: 17px;
}

.seo-selection-bar strong {
  color: #c94d0e;
  font-size: 11px;
  margin-right: auto;
}

.seo-selection-bar button {
  background: #17191f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: 800 10px Manrope;
  padding: 9px 12px;
}

.seo-selection-bar button.clear-selection {
  background: #fff;
  border: 1px solid #dedfe4;
  color: #454850;
}

.seo-selection-bar button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.seo-table .select-column {
  min-width: 48px;
  text-align: center;
  width: 48px;
}

.seo-table tr.selected td {
  background: #fffaf6;
}

.seo-table tr.selected td:first-child {
  box-shadow: inset 3px 0 #ff6413;
}

.connector-download {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 760px) {
  .seo-selection-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-selection-bar strong {
    margin-right: 0;
  }
}
