/* Uncovered Report section ------------------------------------------------ */

.is-reports-section {
    --reports-bg: #000000;
    --reports-text: #ffffff;
    margin: 0;
}

.is-reports-section .reports-site {
    min-height: 100vh;
}

/* Single navigation bar */
.is-reports-section .reports-nav {
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    padding: 0 24px;
    background: var(--reports-bg);
    color: var(--reports-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.is-reports-section .reports-nav a {
    color: var(--reports-text);
    text-decoration: none;
}

.is-reports-section .reports-brand {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.is-reports-section .reports-home {
    font-size: 15px;
    font-weight: 600;
}

.is-reports-section .reports-nav a:hover {
    text-decoration: underline;
}

.is-reports-section .reports-main,
.is-reports-section .reports-article,
.is-reports-section .reports-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.is-reports-section .reports-content > * {
    max-width: none;
}

.is-reports-section .reports-content .kg-card,
.is-reports-section .reports-content .kg-embed-card,
.is-reports-section .reports-content .kg-html-card {
    width: 100%;
    max-width: none;
    margin: 0;
}

.is-reports-section .reports-content iframe,
.is-reports-section .reports-content .kg-embed-card iframe,
.is-reports-section .reports-content .kg-html-card iframe {
    display: block;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 60px);
    min-height: 720px;
    margin: 0;
    border: 0;
}

@media (max-width: 767px) {
    .is-reports-section .reports-nav {
        min-height: 56px;
        padding: 0 16px;
    }

    .is-reports-section .reports-brand {
        font-size: 19px;
    }

    .is-reports-section .reports-home {
        font-size: 14px;
    }

    .is-reports-section .reports-content iframe,
    .is-reports-section .reports-content .kg-embed-card iframe,
    .is-reports-section .reports-content .kg-html-card iframe {
        height: calc(100vh - 56px);
        min-height: 600px;
    }
}
