/* Start custom CSS for shortcode, class: .elementor-element-7b33b9f */div#manual-images {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

#product-manual .elementor-shortcode {
    width: 100%;
    max-width: 100%;
}

div#manual-hrefs a:hover {
    background: var(--wd-secondry-color);
}

div#manual-hrefs a {
    display: flex;
    background: var(--wd-primary-color);
    justify-content: center;
    width: 100%;
    max-width: 200px;
    padding: 7px;
    border-radius: 10px;
    color: #000 !important;
}

div#manual-hrefs {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    color: #000 !important;
}/* End custom CSS */