html {
    scroll-behavior: smooth;
}

body.pp-landing-canvas-template {
    margin: 0;
    background: #0b0b0b;
    color: #ffffff;
}

.pp-landing-page {
    width: 100%;
    min-height: 100vh;
    background: #0b0b0b;
}

.pp-section-shell {
    position: relative;
    scroll-margin-top: 24px;
}

.pp-widget__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pp-widget h1,
.pp-widget h2,
.pp-widget h3,
.pp-widget h4,
.pp-widget h5,
.pp-widget h6 {
    text-wrap: balance;
}

.pp-widget p {
    text-wrap: pretty;
}

.pp-widget img {
    max-width: 100%;
    height: auto;
}

.pp-widget a {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .pp-section-shell {
        scroll-margin-top: 16px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
