/* =========================================================
   标题
   ========================================================= */
.wc-header-tagline {
    color: #005bab !important；
    font-weight: 600 !important；
    font-size: 16px !important；
    line-height: 1.3 !important；
    display: block；
    padding-top: 2px；
}
@media (max-width: 767px) {
    .wc-header-tagline {
        font-size: 14px !important；
    }
}

/* =========================================================
   页脚 - 链接悬停（所有页脚链接）
   ========================================================= */
.footer-top .footer-widget-area a:hover {
    opacity: 0.85 !important；
    text-decoration: underline !important；
}

/* =========================================================
   页脚 - 栏目标题（类别为 "页脚标题 "的项目）
   ========================================================= */
.footer-widget-area .menu li.footer-heading &gt; a、
.footer-widget-area .menu li.footer-heading a span、
.footer-widget-area .menu li.footer-heading .kadence-menu-title {
    font-weight: 700 !important；
    text-decoration: underline !important；
    font-size: 1.1em !important；
    color: inherit !important；
    margin-bottom：12px !important；
    display: block !important；
}

/* 每个标题下方的额外间距 */
.footer-widget-area .menu li.footer-heading {
    margin-bottom：16px !important；
}

/* 所有正常的页脚链接（非标题） */
.footer-widget-area .menu li:not(.footer-heading) &gt; a、
.footer-widget-area .menu li:not(.footer-heading) a {
    font-weight: 400 !important；
    text-decoration: none !important；
}

/* 可选：仅在悬停时下划线普通链接（保持清洁） */
.footer-widget-area .menu li:not(.footer-heading) &gt; a:hover {
    text-decoration: underline !important；
    opacity: 0.9；
}
/* 制作第一个分类磁贴 HERO - WorkerChecks */
ul.products.columns-4 li.product-category:first-child {
    grid-column: span 4 !important；
    transform: scale(1.10)；
    border：3px solid #005bab；
    border-radius: 14px；
    margin-bottom：30px；
}

/* 将其他磁贴恢复正常 */
ul.products.columns-4 li.product-category {
    grid-column: span 1；
}
/* ------------------------------
   英雄瓷砖 - 警方检查 (#1)
   ------------------------------ */
ul.products li.product-category:first-child {
    transform: scale(1.25); /* 放大 */
    border：4px solid #005bab; /*品牌高亮 */
    border-radius: 18px；
    background: #edf6ff; /* 柔和的 WC 蓝色色调 */
    padding：10px；
}

/* 保持周围间距一致 */
ul.products li.product-category {
    margin-bottom: 22px；
}