/* FREE small SEO tools plugin styles */
.fss-wrapper { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.fss-tool-title { margin-bottom: 0.25rem; }
.fss-tool-desc { margin-top: 0; color: #6c757d; }
.fss-ads .card { border-style: dashed; background: #f8f9fa; }
.list-group-item.fss-tool-btn { cursor: pointer; }
.list-group-item.fss-tool-btn.active { background-color: #0d6efd; color: #fff; border-color: #0d6efd; }
#fss-result { white-space: pre-wrap; word-wrap: break-word; background: #fff; }
.fss-common-footer { opacity: 0.8; }
.fss-common-header h1 { font-weight: 600; }
@media (max-width: 767px) {
    .fss-wrapper .col-lg-3 { max-height: 220px; overflow-y: auto; }
}