/* Layout only — button look comes from cb-buttons.css (.cb-btn-group) */
.re-map-view-toggle {
  margin-left: auto;
  flex-shrink: 0;
}

.re-list-results__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .re-map-view-toggle {
    width: 100%;
    margin-left: 0;
  }

  .re-map-view-toggle .cb-btn {
    flex: 1 1 50%;
    justify-content: center;
  }
}
