.testers-choice-wrapper {
}

.testers-choice-wrapper .testers-choice-item {
    /* display: none; */
}

/* hide all but first two, will have a button so that JavaScript can show the rest */
.testers-choice-wrapper .testers-choice-item:nth-child(n+3) {
    display: none;
}

.testers-choice-wrapper.active .testers-choice-item:nth-child(n+3) {
    display: block;
}

.testers-choice-wrapper__actions {
    margin-top: var(--wp--custom--layout--block-gap);
}

/* hide actions in editor */
.editor-styles-wrapper .testers-choice-wrapper__actions {
    display: none;
}

@media only screen and (max-width: 760px) {


}

@media only screen and (min-width: 761px) {


}