.visa-protocol-page.has-license-reference {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    max-width: 1105px;
    min-height: calc(100vh - 76px);
    padding: 26px 0 80px;
    width: calc(100% - 40px);
}

.visa-protocol-page.has-license-reference > .visa-protocol-page__header,
.visa-protocol-page.has-license-reference > .is-legacy-license {
    display: none;
}

.visa-protocol-page.has-license-reference .license-reference {
    width: 100%;
}

@media (max-width: 640px) {
    .visa-protocol-page.has-license-reference {
        padding-top: 18px;
        width: calc(100% - 24px);
    }
}
