.wp-block-custom-theme-resource-url .wp-block-button__link {
    font-style: normal;
    font-weight: 500;
    padding: 0;
    align-items: center;
    text-decoration: none;
    color: var(--wp--preset--color--secondary);
    background-color: transparent;
    padding: 10px var(--wp--preset--spacing--x-small);
}

.wp-block-locus-resource-url .resource-url-button {
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--wp--preset--color--secondary);
    background-color: transparent;
    font-size: var(--wp--preset--font-size--xx-small) !important;
}

.wp-block-locus-resource-url .resource-url-button svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

