/* WSH service providers — extends employment-act layout */

.page-wsh {
    background: #e8eef4;
    min-height: 100vh;
}

.page-wsh .ea-masthead,
.page-wsh .ea-breadcrumb-wrap {
    background: #fff;
}

/* Nav: current section */
.page-wsh .ea-nav > a[aria-current="page"] {
    color: #005a8c;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wsh-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 36px 20px 32px;
}

.wsh-heading {
    margin: 0 0 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #0c0d0d;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.wsh-lead {
    margin: 0 auto 32px;
    max-width: 820px;
    text-align: center;
    font-size: 1.0625rem;
    color: #333;
    line-height: 1.65;
}

.wsh-card {
    display: block;
    margin: 0 0 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #cfd6dd;
    border-radius: 4px;
    text-decoration: none !important;
    color: inherit;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.wsh-card:first-of-type {
    border: 2px solid #006eab;
    box-shadow: 0 2px 10px rgba(0, 110, 171, 0.12);
}

.wsh-card:hover {
    border-color: #8aa3b5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #fafbfc;
}

.wsh-card:first-of-type:hover {
    border-color: #005a8c;
}

.wsh-card:focus-visible {
    outline: 2px solid #005a8c;
    outline-offset: 2px;
}

.wsh-card__title {
    margin: 0 0 8px;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #006eab;
}

.wsh-card:hover .wsh-card__title {
    text-decoration: underline;
}

.wsh-card__desc {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.55;
    font-weight: 400;
}

.page-wsh .ea-share {
    background: #e8eef4;
    padding-bottom: 48px;
}

.page-wsh .ea-footer {
    margin-top: 0;
}
