/* Landing page styling */

.hero-viewer iframe {
    width: 100%;
    height: 460px;
    border: 1px solid #8884;
    border-radius: 8px;
    display: block;
}

.hero-caption {
    text-align: center;
    font-size: 0.85rem;
    color: var(--color-foreground-muted);
    margin-top: 0.4rem;
}

