/* =========================================================
   HEADER TAGLINE
   ========================================================= */
.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 — LINK HOVER (all footer links)
   ========================================================= */
.footer-top .footer-widget-area a:hover {
    opacity: 0.85 !important;
    text-decoration: underline !important;
}

/* =========================================================
   FOOTER — COLUMN HEADINGS (items with class "footer-heading")
   ========================================================= */
.footer-widget-area .menu li.footer-heading > 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;
}

/* Extra spacing below each heading */
.footer-widget-area .menu li.footer-heading {
    margin-bottom: 16px !important;
}

/* All normal footer links (not headings) */
.footer-widget-area .menu li:not(.footer-heading) > a,
.footer-widget-area .menu li:not(.footer-heading) a {
    font-weight: 400 !important;
    text-decoration: none !important;
}

/* Optional: only underline normal links on hover (keeps it clean) */
.footer-widget-area .menu li:not(.footer-heading) > a:hover {
    text-decoration: underline !important;
    opacity: 0.9;
}
/* Make First Category Tile 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;
}

/* Reduce other tiles back to normal */
ul.products.columns-4 li.product-category {
    grid-column: span 1;
}
/* ------------------------------
   HERO TILE – POLICE CHECKS (#1)
   ------------------------------ */
ul.products li.product-category:first-child {
    transform: scale(1.25);                  /* make it larger */
    border: 4px solid #005bab;               /* brand highlight */
    border-radius: 18px;
    background: #edf6ff;                     /* soft WC blue tint */
    padding: 10px;
}

/* Keep spacing consistent around it */
ul.products li.product-category {
    margin-bottom: 22px;
}