license-download-link::part(link) {
    text-decoration: none;
}

license-download-link::part(button) {
    padding: 5px 24px;
    font-size: 19px;
    line-height: 32px;
    background-color: #F46147;
    color: #fff;
    border-color: transparent;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

license-download-link::part(code) {
    font-size: 12px;
    padding: 20px;
    background-color: #f8f8f8;
    border: 2px dashed #ebecee;
    margin: 5px 0;
    min-height: 117px;
}

[data-is-dark='true'] license-download-link::part(code) {
    color: #b5c2e3;
    background-color: #11184b;
    border-color: #1285de;
}
