/* best-time-to-visit: this tool's own look, loaded only on its page (tools.css is shared and kept under 5 KB gz) */
.chqt-months tr[data-rating="best"] .chqt-rate { font-weight: 700; color: #1d6b3a; }
.chqt-months tr[data-rating="off"] { color: var(--chqt-muted); }
.chqt-places { list-style: none; margin: 12px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; }
.chqt-places button { width: 100%; min-height: 44px; text-align: left; padding: 8px 12px; font-size: 16px; background: #fff; border: 1px solid var(--chqt-line); border-radius: 10px; color: var(--chqt-ink); cursor: pointer; }
.chqt-places small { display: block; font-size: 13px; color: var(--chqt-muted); }
.chqt-months { width: 100%; border-collapse: collapse; }
.chqt-months th, .chqt-months td { padding: 7px 10px; text-align: left; border-bottom: 1px solid var(--chqt-line); }
@media (max-width: 480px) { .chqt-months th, .chqt-months td { padding: 6px 5px; font-size: 14px; } }
