:host,
.summary {
    display: flex;
    flex-direction: column;
    gap: var(--padding-step)
}

.instructions,
.no-keys-found {
    padding-top: calc(2 * var(--padding-step));
    font-weight: bold;
}

.no-keys-found {
    color: var(--iq-error-color);
}

:host(:not(.empty)) .no-keys-found,
:host(.empty) .instructions,
.summary:empty {
    display: none;
}

.summary:not(:empty)::before {
    display: block;
    content: "Final License Features After Activation";
    font-size: 1.2em;
    font-weight: bold;
}
