.custom-shortcode-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    flex-direction: column;
}

.custom-shortcode-menu-link {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    color: white;
}

.custom-shortcode-menu-link:hover {
    color: #6eaae4;
}