app-fiverr-gig-two .dsc-api-head-accent {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.08em 0.4em;
  border-radius: 4px;
}

.dsc-api-injected {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}

.dsc-api-injected__lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 42rem;
  margin-bottom: 1.75rem;
}

.dsc-api-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.dsc-api-cat {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 12px;
  padding: 1.25rem 1.15rem;
  color: #333;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.dsc-api-cat__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #53007a, #6ebbe7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.dsc-api-cat h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #592c94;
}

.dsc-api-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsc-api-cat li {
  font-size: 0.9rem;
  color: #555;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.dsc-api-cat li:last-child {
  border-bottom: none;
}

.dsc-api-injected__cta {
  text-align: center;
  padding-bottom: 1rem;
}

@media (max-width: 576px) {
  .dsc-api-injected__cta .btn {
    display: block;
    width: 100%;
    margin: 0.35rem 0 !important;
  }
}
