/* Solution detail: independent photo/creative banner and production-line drawing. */
.solution-detail-page {
    min-width: 0;
    overflow: hidden;
}

.solution-detail-hero > img {
    object-position: center;
}

.solution-detail-content {
    background: #fff;
}

.solution-detail-content > .site-shell {
    max-width: 1280px;
}

.solution-detail__featured {
    position: relative;
    margin: 0 0 46px;
    padding: clamp(14px, 2vw, 28px);
    overflow: hidden;
    border: 1px solid #dfe6ed;
    border-radius: 4px;
    background: #f7f9fb;
    box-shadow: 0 12px 34px rgba(19, 45, 70, .08);
}
.solution-detail__featured .solution-detail__video-button {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: clamp(68px, 7vw, 96px);
    height: clamp(68px, 7vw, 96px);
    border: 2px solid rgba(255, 255, 255, .72);
    background: rgba(4, 43, 79, .62);
    box-shadow: 0 12px 32px rgba(0, 28, 54, .28);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(3px);
}

.solution-detail__featured .solution-detail__video-button svg {
    width: clamp(30px, 3vw, 42px);
    height: clamp(30px, 3vw, 42px);
}

.solution-detail__featured .solution-detail__video-button:hover,
.solution-detail__featured .solution-detail__video-button:focus {
    color: #fff;
    background: rgba(4, 43, 79, .8);
    transform: translate(-50%, -50%) scale(1.08);
}

.solution-detail__featured-image,
.solution-detail__featured > img,
.solution-detail__prose > img:first-child,
.solution-detail__prose > p:first-child > img:first-child {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
}

.solution-detail__prose > img:first-child,
.solution-detail__prose > p:first-child > img:first-child {
    margin-bottom: 42px;
    padding: clamp(12px, 2vw, 24px);
    border: 1px solid #dfe6ed;
    border-radius: 4px;
    background: #f7f9fb;
    box-shadow: 0 12px 34px rgba(19, 45, 70, .08);
}

.solution-detail__prose {
    max-width: none;
    min-width: 0;
    color: #405267;
    overflow-wrap: anywhere;
}

.solution-detail__prose > * {
    max-width: 100%;
}

.solution-detail__prose iframe,
.solution-detail__prose video {
    max-width: 100%;
}

@media (max-width: 680px) {
    .solution-detail-content {
        padding-top: 42px;
        padding-bottom: 54px;
    }

    .solution-detail__featured {
        margin-bottom: 28px;
        padding: 8px;
    }

    .solution-detail__prose > img:first-child,
    .solution-detail__prose > p:first-child > img:first-child {
        margin-bottom: 28px;
        padding: 8px;
    }
}