.block-tip {
    background: var(--wp--preset--color--quaternary);
    border-top: 10px solid var(--wp--preset--color--secondary);
    border-radius: 3px;
    padding: 24px;
}

.block-tip__title {
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700;
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: var(--wp--custom--line-height--small);
    text-transform: uppercase;
}