/* v1.0.48.1 - fewer duplicate tip CTAs and stable three-column quick actions */
.t112-clean-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Defensief voor nog gecachte HTML van oudere themaversies. */
.tip-strip,
.t112-clean-actions .t112-clean-action-tip,
.t112-clean-topic-row .t112-clean-topic-tip {
  display: none !important;
}

@media (max-width: 960px) {
  .t112-clean-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  /* Op mobiel blijft de tipfunctie bereikbaar via de header en, bij artikelen,
     via de inhoudelijke tipkaart. Zwevende duplicaten bedekken geen content. */
  .t112-floating-tip {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .t112-clean-actions {
    grid-template-columns: 1fr !important;
  }
}
