html,
body.lcontent-template {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #ffffff;
}

body.lcontent-template {
    color: #161616;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.lcontent-page {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
}

.lcontent-container {
    width: min(100% - 32px, 900px);
    margin: 0 auto;
    padding: 24px 0;
}

.lcontent-block {
    overflow-wrap: anywhere;
}

.lcontent-block > :first-child {
    margin-top: 0;
}

.lcontent-block > :last-child {
    margin-bottom: 0;
}

.lcontent-block img,
.lcontent-block video,
.lcontent-block iframe {
    max-width: 100%;
}

.lcontent-video {
    margin: 24px 0;
}

.lcontent-responsive-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000000;
}

.lcontent-responsive-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lcontent-html5-video {
    display: block;
    width: 100%;
    height: auto;
    background: #000000;
}

@media (min-width: 768px) {
    .lcontent-container {
        width: min(100% - 48px, 900px);
        padding: 40px 0;
    }

    .lcontent-video {
        margin: 32px 0;
    }
}
