.yith-sorter-buttons, 
.yith-wcmbs-product-download-box__downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.yith-sorter-buttons > a:nth-of-type(n+6),
.yith-wcmbs-product-download-box__downloads > a:nth-of-type(n+6) {
    display: none !important;
}

.show-all .yith-sorter-buttons > a:nth-of-type(n+6),
.show-all .yith-wcmbs-product-download-box__downloads > a:nth-of-type(n+6) {
    display: inline-flex !important;
}

.yith-downloads-toggle-btn { 
    display: inline-flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    background: transparent !important; 
    border: none !important; 
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer; 
    margin-top: 15px; 
    padding: 8px; 
    color: #555 !important; 
    width: 100%; 
}

.yith-downloads-toggle-text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}
.yith-downloads-toggle-btn svg { width: 24px; height: 24px; transition: transform 0.3s ease; fill: currentColor; }
.yith-downloads-toggle-btn.open svg { transform: rotate(180deg); }
.yith-downloads-toggle-btn:hover {
    color: #000 !important;
}

.yith-downloads-toggle-btn:focus,
.yith-downloads-toggle-btn:active,
.yith-downloads-toggle-btn:visited {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    color: #555 !important;
}