.block-content--type-cta{
    background-color: var(--c-primary);
    color: white;
    text-align: center;
    font: var(--f-p);
    padding: 1.5rem 1.5rem;
}
@media(min-width: 62rem){
    .block-content--type-cta{
        padding: 3rem 1.5rem;
        font: var(--f-p-responsive);
        margin: 0.5rem 0.5rem 0;
    }
}

.block-content--type-cta .block-content__content{
    display: flex;
    row-gap: 0;
    column-gap: 0.65rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.block-content--type-cta a{
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-weight: 700;
    transition: var(--transition);
}

.block-content--type-cta a:after{
    display: block;
    content: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.6409 1.60327L8.36143 0.911004C8.66652 0.617881 9.15985 0.617881 9.46169 0.911004L15.7712 6.96991C16.0763 7.26304 16.0763 7.73702 15.7712 8.02702L9.46169 14.089C9.15661 14.3822 8.66327 14.3822 8.36143 14.089L7.6409 13.3968C7.33257 13.1005 7.33906 12.6172 7.65388 12.3272L11.5649 8.74736H2.11036H0.778949C0.347282 8.74736 0 8.4137 0 7.99896V7.0011C0 6.58636 0.347282 6.2527 0.778949 6.2527H11.5649L7.65388 2.67286C7.33581 2.38285 7.32932 1.89951 7.6409 1.60327Z" fill="white"/></svg>');
    width: 1rem;
    height: 1.2rem;
}
@media(min-width: 62rem){
    .block-content--type-cta a:after{
        height: 1.5rem;
    }
}

.block-content--type-cta a:hover{
    opacity: 0.8;    
}
