.oa-marketplaces__tabs {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.875rem;
  background: #f3f5f9;
  border: 1px solid #d9dee8;
}

.oa-marketplaces__tabs button {
  border: 1px solid transparent;
  font-family: Quicksand;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  outline: 0;
  background: transparent;
  color: #5c667a;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 3rem;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}

.oa-marketplaces__tabs button:hover {
  background: #eaf2ff;
  color: #1f3b73;
}

.oa-marketplaces__tabs button:focus-visible {
  box-shadow: 0 0 0 3px rgba(4, 161, 235, 0.25);
}

.oa-marketplaces__tabs button.active {
  border-color: #04a1eb;
  color: #fff;
  background: linear-gradient(90deg, #04a1eb 0%, #1188f2 100%);
  box-shadow: 0 8px 16px -8px rgba(17, 136, 242, 0.9);
  transform: translateY(-1px);
}

.oa-marketplaces__results-meta {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  color: #4d5b74;
  font-weight: 600;
  font-size: 0.95rem;
}

.oa-marketplaces__no-results {
  margin-top: 0.75rem;
  padding: 1rem;
  border: 1px solid #ffd6e3;
  background: #fff7fa;
  color: #7a3550;
  border-radius: 0.625rem;
}

.oa-marketplaces-item__actions .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.oa-marketplaces-item__actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -12px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 768px) {
  .oa-marketplaces__tabs {
    flex-direction: row;
    overflow-x: auto;
  }

  .oa-marketplaces__tabs button {
    min-width: 14rem;
    white-space: nowrap;
  }
}
