.vc-crb-wrap {
    clear: both;
    width: 100%;
}

.vc-crb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 250px;
    padding: 17px 34px;
    margin: 6px 8px;
    border: 0;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.vc-crb-button:hover,
.vc-crb-button:focus {
    color: inherit;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(0, 0, 0, 0.23);
    filter: brightness(1.04);
}

.vc-crb-button:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.vc-crb-arrow {
    font-size: 1.2em;
    line-height: 1;
}

@media (max-width: 520px) {
    .vc-crb-button {
        width: calc(100% - 16px);
        min-width: 0;
        padding: 15px 20px;
    }
}
