.cyonect-big-link {
    position: relative;
    border-top: 1px solid currentColor;
    padding: 1rem 2rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

    .cyonect-big-link-anchor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    &:not(:first-child) {
        /*noinspection CssUnresolvedCustomProperty*/
        margin-top: calc(-1 * var(--widgets-spacing-row, 1.4em));
    }
}
