.schematic-eng-document {
    position: relative;
    border: 1px solid #000;
    z-index: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 25px; 
    margin-bottom: 24px; 
    overflow: hidden;
}

.schematic-eng-document::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background-image: url('https://gateway.lifcohydraulics.com/fm-api/Download/99f93da9-8dec-49f0-8a7a-d23c9cc22260/LIFCObackground.png');
    background-repeat: repeat;
    opacity: 0.03;
    transform: rotate(-30deg);
    pointer-events: none;
    z-index: -1;
}

.schematic-eng-data-table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #000000;
}

.schematic-eng-data-table td {
    border: 2px solid #000000;
    padding: 8px 12px;
    vertical-align: top;
}

.schematic-eng-text--typewriter {
    font-family: "Bulletin Typewriter MN", "Courier New", Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    display: block;
}

.schematic-eng-text--roboto {
    font-family: "Roboto", "Segoe UI", sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    display: block;
}

.schematic-eng-text--roboto-bold {
    font-family: "Roboto", "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    display: block;
}

.schematic-eng-logo-cell {
    border: 2px solid #000000;
    border-left: none;
    padding: 8px;
}

.schematic-eng-logo-cell img {
    width: 100%;
    height: auto;
}

.schematic-eng-schematic-box {
    min-height: 280px;
    width: 100%;
    background-color: #ffffff;
}

.schematic-eng-schematic__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


@media (max-width: 768px) { /* md breakpoint */
    .schematic-eng-document {
        padding: 15px; 
    }
}