/* Major Hazard Installations — WSH hub page */

.page-mhi {
    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-mhi .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-mhi .prelanding-sg-row.dxd-mom-sg-banner-inner {
    justify-content: space-between !important;
    width: 100% !important;
    gap: 12px 24px !important;
}

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

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

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

.page-mhi .ea-hero .ea-lead {
    color: #222;
}

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

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

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

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

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

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

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

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

.mhi-help-float {
    position: fixed;
    right: 20px;
    bottom: 120px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #006eab;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(0, 110, 171, 0.35);
    z-index: 35;
    font-size: 1.1rem;
    transition: background 0.15s ease, transform 0.15s ease;
}

.mhi-help-float:hover {
    background: #005a8c;
    color: #fff !important;
    transform: scale(1.05);
}

@media (max-width: 600px) {
    .mhi-help-float {
        right: 12px;
        bottom: 88px;
        width: 42px;
        height: 42px;
    }
}
