/*
 * Documents intentionally inherit the approved presentation landing design.
 * Keep this file limited to document-specific safeguards; shared block layout,
 * typography and responsive behaviour live in the existing presentation CSS.
 */

.landing--document .hero__main-btn .btn,
.landing--document .site-footer .footer-btn {
    white-space: nowrap;
}

.landing--document .document-hero__picture img {
    object-position: top center;
}

@media (max-width: 640px) {
    .landing--document .hero__main-btn .btn {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
    }
}
