.vhv-dialog.license-dialog .vhv-dialog-container {
    max-width: 740px;
    max-height: none;
    overflow: auto;
}

.card-header-text {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.license-content {
    padding: 2.5rem;
    box-sizing: border-box;
    max-height: 80vh;
    overflow: auto;
}

.license-actions {
    position: sticky;
    bottom: 0;
    background-color: white;
    padding: 1rem 2.5rem;
    border-top: 2px solid #e2e2e2;
    display: flex;
    justify-content: center;
}

.license-actions-right :not(:last-child) {
    margin-right: 1rem;
}

.license-actions-left {
    margin-right: 1rem;
}
