.category-page-section {
  padding-left: 0;
  padding-right: 0;
}

.category-page-section .container {
  max-width: 1208px;
}

.category-entry.is-active {
  border-color: rgba(26, 115, 232, 0.35);
  box-shadow: var(--card-hover-shadow);
}

.featured-tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 168px;
  padding: 1.55rem 1rem 1.35rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.featured-tool-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 115, 232, 0.25);
  box-shadow: var(--card-hover-shadow);
  color: inherit;
}

.featured-tool-card.is-unavailable {
  cursor: default;
  opacity: 0.72;
}

.featured-tool-card.is-unavailable:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--border-light);
}

.featured-tool-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--icon-bg);
  color: var(--brand-blue);
  font-size: 1.4rem;
}

.featured-tool-name {
  margin: 0 0 0.35rem;
  color: var(--brand-navy);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.featured-tool-desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.featured-tool-status {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.18rem 0.5rem;
  color: #667085;
  background: #eef1f5;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
}
