/* Public styles (RTL-friendly) */
.go443-faq { display: grid; gap: .75rem; }
.go443-faq-q {
  width: 100%; text-align: right; background: #f5f5f5; border: 1px solid #e5e7eb;
  padding: .8rem 1rem; border-radius: .75rem; cursor: pointer; font-weight: 600;
}
.go443-faq-a { padding: .6rem 1rem; }
.go443-related { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.go443-related-card { display:block; text-decoration:none; border:1px solid #eee; border-radius:1rem; overflow:hidden }
.go443-related-thumb img { width:100%; height:190px; object-fit:cover; display:block; }
.go443-related-title { padding:.7rem 1rem; font-weight:600; color:#111827; text-align:center; }
@media (max-width: 768px) {
  .go443-related { grid-template-columns: 1fr; }
  .go443-related-thumb img { height:180px; }
}
.go443-internal-link { text-decoration: underline; }
