/* Work injury compensation — WSH hub + eServices panel */

.page-wic {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #0c0d0d;
    font-size: 16px;
    line-height: 1.55;
}

.page-wic .dxd-mom-sg-header .container.dxd-mom-sg-header-container {
    justify-content: flex-start !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-wic .prelanding-sg-row.dxd-mom-sg-banner-inner {
    justify-content: space-between !important;
    width: 100% !important;
    gap: 12px 24px !important;
}

.page-wic .prelanding-sg-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.page-wic .ea-hero {
    background: #f0f7ff;
    border-bottom: 1px solid #dce9f5;
}

.page-wic .ea-hero h1 {
    color: #0c0d0d;
}

.page-wic .ea-hero .ea-lead {
    color: #222;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.page-wic .ea-hero .ea-lead a {
    color: #006eab;
    font-weight: 600;
    text-decoration: underline;
}

.page-wic .ea-hero .ea-lead a:hover {
    color: #005a8c;
}

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

.page-wic .ea-main {
    max-width: 900px;
    padding-top: 36px;
    padding-bottom: 16px;
    background: #fff;
}

.wic-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;
}

.wic-card:hover {
    border-color: #9db0c2;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background: #fafcfd;
}

.wic-card:focus-visible {
    outline: 2px solid #006eab;
    outline-offset: 2px;
}

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

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

.wic-card__desc {
    margin: 0;
    font-size: 15px;
    color: #222;
    line-height: 1.55;
}

.wic-eservices {
    margin: 14px 0 0;
    padding: 20px 20px 22px;
    background: #fff;
    border: 1px solid #cfd6dd;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.wic-eservices__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.wic-eservices__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #e7f3ff;
    color: #006eab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.wic-eservices__titles h2 {
    margin: 0 0 6px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #006eab;
    line-height: 1.3;
}

.wic-eservices__intro {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.55;
}

.wic-eservices ul {
    margin: 12px 0 16px;
    padding-left: 1.25em;
    font-size: 15px;
    color: #222;
    line-height: 1.55;
}

.wic-eservices ul li {
    margin-bottom: 6px;
}

.wic-eservices ul a {
    color: #006eab;
    font-weight: 600;
    text-decoration: underline;
}

.wic-eservices ul a:hover {
    color: #005a8c;
}

.wic-eservices__actions {
    text-align: center;
    margin-top: 4px;
}

.wic-btn-viewall {
    display: inline-block;
    padding: 10px 28px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none !important;
    background: #e8ecf0;
    border: 1px solid #c5cdd6;
    border-radius: 4px;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.wic-btn-viewall:hover {
    background: #dde3ea;
    border-color: #aeb8c4;
    color: #0c0d0d !important;
}

.wic-btn-viewall:focus-visible {
    outline: 2px solid #006eab;
    outline-offset: 2px;
}
