/* Tool Support Section Card Layout Fixes */
.single-tool__support-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  background: none;
}

.single-tool__support-resources,
.single-tool__support-copy {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  flex: 1 1 320px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-tool__support-resources {
  margin: 0;
}

.single-tool__support-copy {
  margin: 0;
}

.single-tool__support-links {
  width: 100%;
  padding: 0;
  margin: 1rem 0 0 0;
  list-style: none;
  text-align: center;
}

.single-tool__support-message {
  width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  .single-tool__support-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .single-tool__support-resources,
  .single-tool__support-copy {
    max-width: 100%;
  }
}
