.gca-ai-tool {
  margin: 2rem 0;
  scroll-margin-top: 2rem;
}

@media (max-width: 768px) {
  .coloring-single-main {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .single-content-wrapper.has-sidebar,
  .single-main-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .single-main-content {
    padding-right: 0;
    padding-left: 0;
  }

  .single-header,
  .single-content-flow {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.gca-tool-consent {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #c9d6cf;
  border-radius: 12px;
  background: #f5faf7;
}

.gca-availability-note {
  padding: .875rem 1rem;
  border-left: 4px solid #b45309;
  background: #fffbeb;
  color: #78350f;
}

.gca-tool-consent label {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-weight: 650;
}

.gca-tool-consent input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .15rem;
  flex: 0 0 auto;
}

.gca-consent-help,
.gca-tool-status {
  margin: .65rem 0 0;
  font-size: .925rem;
  line-height: 1.5;
}

.gca-ai-tool button,
.gca-ai-tool [role="button"],
.gca-primary-link {
  min-height: 44px;
}

.gca-ai-tool :focus-visible,
.gca-primary-link:focus-visible {
  outline: 3px solid #0b6bcb;
  outline-offset: 3px;
}

.gca-ai-tool button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.gca-ai-tool a {
  color: #1d4ed8 !important;
}

main article a {
  color: #1d4ed8 !important;
}

.gca-ai-tool .tac-paper-btn.active {
  color: #fff !important;
  background: #6d28d9 !important;
}

.primary-navigation .mobile-menu > li > a {
  color: #4338ca !important;
}

.site-footer a,
.site-footer .footer-menu a,
.site-footer a[href^="mailto:"] {
  color: #4b5563 !important;
}

.post-card-category {
  color: #475569 !important;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
}

.gca-home-tools {
  margin-block: 2rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border-radius: 16px;
  background: #f5faf7;
}

@media (max-width: 600px) {
  .gca-tool-consent { padding: .875rem; }
  .gca-ai-tool button { width: 100%; }
}
