/* /Pages/GasResult.razor.rz.scp.css */

.site-header[b-ul8fq5wlun] {
    background: #ffffff;
    padding: 0.25rem 0; /* 8px 0 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid[b-ul8fq5wlun] {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.logo-text[b-ul8fq5wlun] {
    font-size: 2.25rem; /* 44px */
    font-weight: 700;
    letter-spacing: 0.115rem; /* 2px */
    color: var(--ion-navy);
}

/* ===== Page shell ===== */
.gas-detail-page[b-ul8fq5wlun] {
    position: relative;
    background: #ffffff;
    padding: 1.25rem 1.25rem 1.25rem; /* 20px 20px 20px */
    min-height: 75vh; /* 900px */
    overflow-x: clip;
}

/*.gas-detail-content {
    position: relative;
    z-index: 2;*/
    /*max-width: 1800px;*/ /*80vw;*/ /* 110rem;*/
/*    margin: 0 auto;*/
/*}*/

.hex-graphic[b-ul8fq5wlun] {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hex-top[b-ul8fq5wlun] {
    position: absolute;
    top: 10rem;
    right: -21%;
    width: clamp(20px, 30vw, 900px);
    outline: 3px solid red;
}

.hex-bottom[b-ul8fq5wlun] {
    transform: rotate(180deg);
    position: absolute;
    bottom: 10rem;
    left: -21%;
    width: clamp(20px, 20vw, 900px);
    outline: 3px solid red;
}

.hex-bottom-left[b-ul8fq5wlun] {
    width: clamp(20px, 9vw, 400px);
    position: fixed;
    left: 0;
    bottom: 0;
}

.hex-top-right[b-ul8fq5wlun] {
    width: clamp(20px, 9vw, 400px);
    position: fixed;
    right: 0;
    top: 0;
}

/* ===== Breadcrumb (light variant, navy text on white bg) ===== */
.breadcrumb--light[b-ul8fq5wlun] {
    font-size: 1.75rem; /* 28px */
    font-weight: 300;
    margin-bottom: 1.5rem; /* 60px */
    color: var(--ion-navy);
}

    .breadcrumb--light a[b-ul8fq5wlun] {
        color: var(--ion-navy);
        text-decoration: none;
    }

        .breadcrumb--light a:hover[b-ul8fq5wlun] {
            text-decoration: underline;
        }

    .breadcrumb--light .current[b-ul8fq5wlun] {
        font-weight: 700;
    }

    .breadcrumb--light .divider[b-ul8fq5wlun] {
        margin: 0 0.625rem; /* 10px */
        font-weight: 300;
        opacity: 0.6;
    }

/* ===== Title / synonyms ===== */
.gas-title[b-ul8fq5wlun] {
    text-align: center;
    font-size: 4rem; /* 64px */
    font-weight: 400;
    letter-spacing: 0.0625rem; /* 1px */
    color: var(--ion-navy);
    margin: 0 0 1.5rem; /* 40px 0 50px */
    outline: none;
    border: none;
}

.gas-synonyms[b-ul8fq5wlun] {
    font-size: 1.625rem; /* 26px */
    font-weight: 300;
    line-height: 1.5;
    color: #4a5568;
    margin-bottom: 1.5rem; /* 60px */
}

    .gas-synonyms strong[b-ul8fq5wlun] {
        color: var(--ion-navy);
        font-weight: 400;
    }

/* ===== Section headings ===== */
.section-heading[b-ul8fq5wlun] {
    font-size: 2.125rem; /* 34px */
    font-weight: 400;
    color: var(--ion-navy);
    margin: 0.625rem 0 0.625rem; /* 10px 0 10px */
}

.gas-lead[b-ul8fq5wlun] {
    font-size: 1.35rem; /* 24px */
    font-weight: 300;
    color: #4a5568;
    margin-bottom: 1.5rem; /* 40px */
}

/* ===== Product links ===== */
.product-links[b-ul8fq5wlun] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.125rem; /* 50px */
    row-gap: 1.5rem; /* 24px */
    margin-bottom: 1.5rem; /* 40px */
}

.product-link[b-ul8fq5wlun] {
    font-size: 1.625rem; /* 26px */
    color: var(--ion-orange);
    text-decoration: underline;
    text-underline-offset: 0.25rem; /* 4px */
}

    .product-link:hover[b-ul8fq5wlun] {
        color: #d85f3d;
    }

/* ===== Gas info table ===== */
.gas-info-table[b-ul8fq5wlun] {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 0.625rem; /* 10px */
}

    .gas-info-table th[b-ul8fq5wlun] {
        overflow-wrap: break-word;
        text-align: left;
        font-size: 1.65rem; /* 28px */
        font-weight: 400;
        color: var(--ion-navy);
        padding-bottom: 1rem; /* 16px */
        border-bottom: 0.125rem solid var(--ion-orange); /* 2px */
    }

    .gas-info-table td[b-ul8fq5wlun] {
        overflow-wrap: break-word;
        font-size: 1.45rem; /* 24px */
        font-weight: 300;
        color: var(--ion-navy);
        padding: 0.675rem 0; /* 14px 0 */
        border-bottom: 0.0625rem solid var(--ion-orange); /* 1px */
    }

        .gas-info-table td:first-child[b-ul8fq5wlun] {
            width: 45%;
            color: #1a2b4a;
        }

    .gas-info-table sub[b-ul8fq5wlun],
    .gas-info-table sup[b-ul8fq5wlun] {
        font-size: 0.55em;
    }

/* ===== Responsive ===== */
@media (max-width: 768px) {

    .grid[b-ul8fq5wlun] {
        display: grid;
        max-width: 100vw; /*80vw;*/ /* 110rem;*/
        overflow-x: hidden;
    }

    .gas-detail-page[b-ul8fq5wlun] {
        padding: 1.5rem 1.25rem 1.75rem; /* 40px 20px 60px */
        min-height: auto;

    }

    .gas-detail-content[b-ul8fq5wlun] {
        position: relative;
        z-index: 2;
        max-width: 100%;
        margin: 0 auto;
        margin: 0 1rem 0 1rem;
    }

    .hex-graphic[b-ul8fq5wlun] {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        user-select: none;
    }

    .hex-top[b-ul8fq5wlun] {
        /*  position: absolute;*/
        /*        top: 5rem;
        right: 0;
        width: clamp(80px, 15cqw, 220px);
        transform: translateX(42%);*/
        display: none;
    }

    .hex-bottom[b-ul8fq5wlun] {
        /*        transform: rotate(180deg);
        position: absolute;
        bottom: -6rem;
        left: 0;
        width: 12rem;*/
        /*       transform: translateX(-42%);*/
        display: none;
    }

    .breadcrumb--light[b-ul8fq5wlun] {
        font-size: 1rem; /* 16px */
        margin-bottom: 1.875rem; /* 30px */
    }

    .gas-title[b-ul8fq5wlun] {
        font-size: 1.55rem; /* 34px */
        margin: 1.25rem 0 1.25rem; /* 20px 0 40px */
    }

    .gas-synonyms[b-ul8fq5wlun] {
        font-size: 1rem; /* 16px */
        margin-bottom: 1.25rem; /* 40px */
    }

    .section-heading[b-ul8fq5wlun] {
        font-size: 1.25rem; /* 22px */
        margin: 1.25rem 0 1.25rem; /* 34px 0 18px */
    }

    .gas-lead[b-ul8fq5wlun] {
        font-size: 1rem; /* 16px */
        margin-bottom: 1.25rem; /* 26px */
    }

    .product-links[b-ul8fq5wlun] {
        column-gap: 1.275rem; /* 30px */
        row-gap: 1rem; /* 16px */
        margin-bottom: 1.25rem; /* 40px */
    }

    .product-link[b-ul8fq5wlun] {
        font-size: 1.0625rem; /* 17px */
    }

    .gas-info-table th[b-ul8fq5wlun] {
        font-size: 0.925rem; /* 18px */
    }

    .gas-info-table td[b-ul8fq5wlun] {
        font-size: 0.8375rem; /* 15px */
        padding: 0.425rem 0; /* 10px */
    }

        .gas-info-table td:first-child[b-ul8fq5wlun] {
            width: 70%;
            color: #1a2b4a;
        }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

main[b-orzm91djyc] {
    flex: 1;
}

@media (max-width: 640.98px) {

}

@media (min-width: 641px) {
}
