.animox-tools-engine {
  box-sizing: border-box;
  color: var(--amx-engine-ink, #111);
  font-family: Arial, Helvetica, sans-serif;
}

.animox-tools-engine * {
  box-sizing: border-box;
}

.amx-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 22px;
}

.amx-section-head h2 {
  margin: 6px 0 0;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  color: var(--amx-engine-ink, #111);
}

.amx-section-head p,
.amx-category-description {
  max-width: 760px;
  margin: 10px 0 0;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.5;
}

.amx-tool-count,
.amx-results-count {
  margin: 12px 0 0;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.amx-section-kicker,
.amx-tool-badge,
.amx-post-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 6px 10px;
  border: 2px solid var(--amx-engine-border, #111);
  background: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #111;
}

.amx-section-kicker {
  background: var(--amx-engine-yellow, #ffd400);
}

.amx-section-link,
.amx-post-button,
.amx-tool-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 11px 14px;
  border: 2px solid #111;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.amx-section-link:hover,
.amx-post-button:hover,
.amx-tool-action:hover {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #111;
}

.amx-tool-action-disabled {
  background: #e2d8ca;
  color: #111 !important;
  cursor: default;
  opacity: 0.9;
  pointer-events: none;
}

.amx-tools-grid,
.amx-post-grid,
.amx-youtube-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.amx-tool-card,
.amx-post-card,
.amx-youtube-card,
.amx-tools-empty {
  min-width: 0;
  border: 2px solid var(--amx-engine-border, #111);
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-tool-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 22px;
}

.amx-tool-card-live {
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-tool-card-live .amx-tool-badge {
  background: var(--amx-engine-red, #f3392f);
  color: #fff;
}

.amx-tool-card-coming-soon {
  background: var(--amx-engine-card-soft, #ece4d7);
}

.amx-tool-card-coming-soon .amx-tool-badge {
  background: #fff4c2;
}

.amx-tool-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.amx-tool-icon {
  font-size: 24px;
  line-height: 1;
}

.amx-tool-title {
  margin: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
  color: #111 !important;
}

.amx-tool-excerpt {
  margin: 0 0 18px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.5;
}

.amx-tool-meta {
  margin-top: auto;
  padding-top: 16px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.amx-tool-action {
  margin-top: 14px;
}

.amx-category-section,
.amx-discovery,
.amx-youtube-feed {
  margin: 34px 0;
}

.amx-tool-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px;
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-tool-search input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 12px;
  font-size: 16px;
  outline: 0;
}

.amx-tool-search button,
.amx-tool-pills button {
  border: 2px solid #111;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.amx-tool-search button {
  background: #ffd400;
  padding: 0 22px;
}

.amx-tool-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.amx-tool-pills button {
  background: var(--amx-engine-card, #f7f1e7);
  padding: 9px 13px;
}

.amx-tool-pills button.is-active {
  background: #111;
  color: #fff;
}

.amx-post-card,
.amx-youtube-card {
  overflow: hidden;
}

.amx-post-card {
  padding: 0;
}

.amx-post-thumb,
.amx-youtube-thumb {
  display: block;
  min-height: 180px;
  background: linear-gradient(135deg, #e4d8c8, #111);
  border-bottom: 2px solid #111;
}

.amx-post-thumb img,
.amx-youtube-thumb img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.amx-post-body,
.amx-youtube-body {
  padding: 20px;
}

.amx-post-body h3,
.amx-youtube-body h3 {
  margin: 12px 0 10px;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.amx-post-body h3 a,
.amx-youtube-body h3 a {
  color: #111;
  text-decoration: none;
}

.amx-post-body p,
.amx-youtube-body p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #444;
}

.amx-youtube-thumb-placeholder {
  display: block;
  width: 100%;
  height: 220px;
}

.amx-tool-frame-wrap {
  border: 2px solid #111;
  background: #fff;
  padding: 8px;
  overflow: hidden;
}

.amx-tool-frame {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
}

.amx-single-tool {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.amx-single-tool-hero,
.amx-single-tool-content {
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-single-tool-hero {
  padding: 28px;
  margin-bottom: 22px;
}

.amx-single-tool-hero h1 {
  margin: 12px 0 8px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.amx-single-tool-content {
  margin-top: 24px;
  padding: 24px;
}

.amx-tools-empty {
  padding: 22px;
  text-align: center;
  font-weight: 800;
  color: #333;
}

.is-hidden-by-filter {
  display: none !important;
}

@media (max-width: 900px) {
  .amx-tools-grid,
  .amx-post-grid,
  .amx-youtube-grid {
    grid-template-columns: 1fr 1fr;
  }

  .amx-section-head {
    display: block;
  }

  .amx-tool-search {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .amx-tools-grid,
  .amx-post-grid,
  .amx-youtube-grid {
    grid-template-columns: 1fr;
  }

  .amx-tool-card,
  .amx-post-body,
  .amx-youtube-body,
  .amx-single-tool-hero {
    padding: 18px;
  }

  .amx-section-head h2 {
    font-size: 34px;
  }
}

.amx-tool-category-archive-shell {
  background: #f4efe5;
  padding: 28px 20px 64px;
}

.amx-tool-category-archive {
  max-width: 1200px;
  margin: 0 auto;
}

.amx-tool-category-archive .amx-tool-category-hero,
.amx-tool-category-archive .amx-tool-category-tools,
.amx-tool-category-archive .amx-related-solutions,
.amx-tool-category-archive .amx-tool-category-faq {
  margin: 0 0 34px;
}

.amx-tool-category-archive .amx-tool-category-hero {
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
  padding: 28px;
}

.amx-tool-category-archive .amx-tool-category-hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #111;
}

.amx-tool-category-archive .amx-tool-category-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.amx-tool-category-archive .amx-archive-ad {
  display: block;
  margin: 0 0 34px;
  padding: 18px 20px;
  border: 2px solid #111;
  background: #efe4a6;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
}

.amx-tool-category-archive .amx-tool-search {
  margin-bottom: 14px;
}

.amx-tool-category-archive .amx-related-solutions .amx-post-thumb {
  min-height: 170px;
}

.amx-tool-category-archive .amx-related-post-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, 0.75), transparent 36%),
    linear-gradient(145deg, #f4e7d3 0%, #eadac2 55%, #111 180%);
}

.amx-tool-category-archive .amx-related-post-placeholder-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 5px 8px;
  border: 2px solid #111;
  background: #fff4c2;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #111;
}

.amx-tool-category-archive .amx-related-post-placeholder-title {
  display: block;
  max-width: 180px;
  font-size: 26px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #111;
}

.amx-tool-category-archive .amx-related-solutions-empty {
  padding: 24px;
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-tool-category-archive .amx-related-solutions-empty p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.amx-tool-category-archive .amx-faq-list {
  display: grid;
  gap: 14px;
}

.amx-tool-category-archive .amx-faq-item {
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
  padding: 16px 18px;
}

.amx-tool-category-archive .amx-faq-item summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

.amx-tool-category-archive .amx-faq-item p {
  margin: 12px 0 0;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .amx-tool-category-archive-shell {
    padding: 22px 16px 56px;
  }

  .amx-tool-category-archive .amx-tool-category-hero {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  .amx-tool-category-archive .amx-tool-category-hero {
    padding: 18px;
  }

  .amx-tool-category-archive .amx-tool-category-hero-actions {
    margin-top: 16px;
  }
}

.amx-single-solution-shell {
  background: #f4efe5;
  padding: 28px 20px 64px;
}

.amx-single-solution {
  max-width: 1200px;
  margin: 0 auto;
}

.amx-single-solution .amx-solution-hero,
.amx-single-solution .amx-solution-article-wrap,
.amx-single-solution .amx-solution-related-tools,
.amx-single-solution .amx-more-solutions,
.amx-single-solution .amx-solution-cta {
  margin: 0 0 34px;
}

.amx-single-solution .amx-solution-hero,
.amx-single-solution .amx-solution-article-wrap,
.amx-single-solution .amx-solution-cta {
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-single-solution .amx-solution-hero {
  padding: 28px;
}

.amx-single-solution .amx-solution-hero h1 {
  margin: 12px 0 12px;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #111;
}

.amx-single-solution .amx-solution-summary {
  max-width: 860px;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}

.amx-single-solution .amx-solution-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.amx-single-solution .amx-solution-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 2px solid #111;
  background: #fff7d2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.amx-single-solution .amx-archive-ad {
  display: block;
  margin: 0 0 34px;
  padding: 18px 20px;
  border: 2px solid #111;
  background: #efe4a6;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
}

.amx-single-solution .amx-solution-article-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 28px;
  color: #1d1d1d;
}

.amx-single-solution .amx-solution-article-content > *:first-child {
  margin-top: 0;
}

.amx-single-solution .amx-solution-article-content > *:last-child {
  margin-bottom: 0;
}

.amx-single-solution .amx-solution-article-content h2,
.amx-single-solution .amx-solution-article-content h3,
.amx-single-solution .amx-solution-article-content h4 {
  margin: 30px 0 14px;
  color: #111;
  line-height: 1.05;
}

.amx-single-solution .amx-solution-article-content h2 {
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -0.05em;
}

.amx-single-solution .amx-solution-article-content h3 {
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -0.04em;
}

.amx-single-solution .amx-solution-article-content p,
.amx-single-solution .amx-solution-article-content li,
.amx-single-solution .amx-solution-article-content blockquote {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
}

.amx-single-solution .amx-solution-article-content ul,
.amx-single-solution .amx-solution-article-content ol {
  margin: 0 0 20px 22px;
}

.amx-single-solution .amx-solution-article-content blockquote {
  margin: 24px 0;
  padding: 18px 18px 18px 22px;
  border-left: 4px solid #111;
  background: #efe4d5;
}

.amx-single-solution .amx-solution-article-content img,
.amx-single-solution .amx-solution-article-content iframe,
.amx-single-solution .amx-solution-article-content video {
  max-width: 100%;
  height: auto;
}

.amx-single-solution .amx-solution-article-content .wp-block-image img,
.amx-single-solution .amx-solution-article-content figure img {
  display: block;
  border: 2px solid #111;
}

.amx-single-solution .amx-solution-article-content a {
  color: #111;
  text-decoration-thickness: 2px;
}

.amx-single-solution .amx-solution-related-tools .amx-tools-grid,
.amx-single-solution .amx-more-solutions .amx-post-grid {
  margin-top: 18px;
}

.amx-single-solution .amx-post-thumb {
  min-height: 170px;
}

.amx-single-solution .amx-related-post-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, 0.75), transparent 36%),
    linear-gradient(145deg, #f4e7d3 0%, #eadac2 55%, #111 180%);
}

.amx-single-solution .amx-related-post-placeholder-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 5px 8px;
  border: 2px solid #111;
  background: #fff4c2;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #111;
}

.amx-single-solution .amx-related-post-placeholder-title {
  display: block;
  max-width: 190px;
  font-size: 26px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #111;
}

.amx-single-solution .amx-related-solutions-empty,
.amx-single-solution .amx-more-solutions-empty {
  padding: 24px;
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-single-solution .amx-related-solutions-empty p,
.amx-single-solution .amx-more-solutions-empty p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.amx-single-solution .amx-solution-cta {
  padding: 28px;
}

.amx-single-solution .amx-solution-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .amx-single-solution-shell {
    padding: 22px 16px 56px;
  }

  .amx-single-solution .amx-solution-hero,
  .amx-single-solution .amx-solution-cta {
    padding: 22px;
  }

  .amx-single-solution .amx-solution-article-content {
    padding: 26px 22px;
  }
}

@media (max-width: 640px) {
  .amx-single-solution .amx-solution-hero,
  .amx-single-solution .amx-solution-cta,
  .amx-single-solution .amx-solution-article-content {
    padding: 18px;
  }

  .amx-single-solution .amx-solution-meta {
    gap: 8px;
  }

  .amx-single-solution .amx-solution-cta-actions {
    margin-top: 16px;
  }
}

.amx-solutions-archive-shell {
  background: #f4efe5;
  padding: 28px 20px 64px;
}

.amx-solutions-archive {
  max-width: 1200px;
  margin: 0 auto;
}

.amx-solutions-archive .amx-solutions-hero,
.amx-solutions-archive .amx-solutions-listing,
.amx-solutions-archive .amx-solutions-topic-shortcuts,
.amx-solutions-archive .amx-solutions-faq,
.amx-solutions-archive .amx-solutions-cta {
  margin: 0 0 34px;
}

.amx-solutions-archive .amx-solutions-hero,
.amx-solutions-archive .amx-solutions-listing,
.amx-solutions-archive .amx-solutions-cta {
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
  padding: 28px;
}

.amx-solutions-archive .amx-solutions-hero h1 {
  margin: 12px 0 12px;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #111;
}

.amx-solutions-archive .amx-solutions-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.amx-solutions-archive .amx-solutions-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.amx-solutions-archive .amx-solutions-stat,
.amx-solutions-archive .amx-solutions-topic-card {
  border: 2px solid #111;
  background: #fff7d8;
}

.amx-solutions-archive .amx-solutions-stat {
  padding: 18px;
}

.amx-solutions-archive .amx-solutions-stat-value {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #111;
}

.amx-solutions-archive .amx-solutions-stat-label {
  display: block;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
}

.amx-solutions-archive .amx-archive-ad {
  display: block;
  margin: 0 0 34px;
  padding: 18px 20px;
  border: 2px solid #111;
  background: #efe4a6;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
}

.amx-solutions-archive .amx-post-thumb {
  min-height: 170px;
}

.amx-solutions-archive .amx-related-post-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, 0.75), transparent 36%),
    linear-gradient(145deg, #f4e7d3 0%, #eadac2 55%, #111 180%);
}

.amx-solutions-archive .amx-related-post-placeholder-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 5px 8px;
  border: 2px solid #111;
  background: #fff4c2;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #111;
}

.amx-solutions-archive .amx-related-post-placeholder-title {
  display: block;
  max-width: 190px;
  font-size: 26px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #111;
}

.amx-solutions-archive .amx-solutions-card-meta {
  margin: 0 0 16px;
  color: #555;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.amx-solutions-archive .amx-solutions-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.amx-solutions-archive .amx-solutions-topic-card {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #111;
}

.amx-solutions-archive .amx-solutions-topic-card h3 {
  margin: 12px 0 10px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #111;
}

.amx-solutions-archive .amx-solutions-topic-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
}

.amx-solutions-archive .amx-solutions-topic-card:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 #111;
}

.amx-solutions-archive .amx-solutions-empty,
.amx-solutions-archive .amx-faq-item {
  border: 2px solid #111;
  background: var(--amx-engine-card, #f7f1e7);
}

.amx-solutions-archive .amx-solutions-empty {
  padding: 24px;
}

.amx-solutions-archive .amx-solutions-empty p {
  max-width: 760px;
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.amx-solutions-archive .amx-faq-list {
  display: grid;
  gap: 14px;
}

.amx-solutions-archive .amx-faq-item {
  padding: 16px 18px;
}

.amx-solutions-archive .amx-faq-item summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

.amx-solutions-archive .amx-faq-item p {
  margin: 12px 0 0;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}

.amx-solutions-archive .amx-solutions-pagination {
  margin-top: 24px;
}

.amx-solutions-archive .amx-solutions-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amx-solutions-archive .amx-solutions-pagination a,
.amx-solutions-archive .amx-solutions-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 10px 12px;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.amx-solutions-archive .amx-solutions-pagination .current {
  background: #111;
  color: #fff;
}

@media (max-width: 900px) {
  .amx-solutions-archive-shell {
    padding: 22px 16px 56px;
  }

  .amx-solutions-archive .amx-solutions-hero,
  .amx-solutions-archive .amx-solutions-listing,
  .amx-solutions-archive .amx-solutions-cta {
    padding: 22px;
  }

  .amx-solutions-archive .amx-solutions-stats,
  .amx-solutions-archive .amx-solutions-topic-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .amx-solutions-archive .amx-solutions-hero,
  .amx-solutions-archive .amx-solutions-listing,
  .amx-solutions-archive .amx-solutions-cta {
    padding: 18px;
  }

  .amx-solutions-archive .amx-solutions-hero-actions {
    margin-top: 16px;
  }

  .amx-solutions-archive .amx-solutions-stats,
  .amx-solutions-archive .amx-solutions-topic-grid {
    grid-template-columns: 1fr;
  }
}
