/**
 * LAB HTML VISUAL - Front-end Stylesheet
 */

/* Container wrapper for the custom HTML base */
.lhv-page-container {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Ensure images scale correctly if they are broad inside the container */
.lhv-page-container img {
    max-width: 100%;
    height: auto;
}

/* Duplicated node indicator class (can be styled or kept clean) */
.lhv-duplicated-node {
    /* No visual difference by default for normal visitors */
}
