.ev-body {
    background-color: #fff;
}

.ev-home {
    text-align: center;
}

.ev-home img {
    max-width: 320px;
    height: auto;
}

/* Company booking site. The background image comes from the tenant, set as --nt-background by the layout. */
.nt-body {
    background-image: var(--nt-background, none);
    background-repeat: repeat-x;
    background-color: #fff;
}

.nt-card {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 1000px;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}

.nt-logo {
    max-width: 303px;
    width: 100%;
    height: auto;
}

.nt-document iframe {
    width: 100%;
    height: 800px;
    border: 1px solid #000;
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .nt-document iframe {
        height: 500px;
    }
}
