.tech-specs-area {
    overflow: hidden;
    position: relative;
}

.tech-specs-area__title {
    color: #fff !important;
}

.tech-specs-area__line-shape {
    background-color: #ccc !important;
}

.tech-specs-area__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(8px);
    transform: scale(1.1); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tech-specs-area__model-viewer {
    width: 100%;
    height: 500px;
}

.tech-specs-area__model-viewer:focus-visible polyfill {
    outline: none;
}

.tech-specs-area__list-item {
    color: #000;
    padding: 5px 5px 5px 10px;
    font-size: 90%;
    margin-bottom: 10px;
    border-left: solid 5px var(--info);
    background-color: rgba(255, 255, 255, 0.75);
}