.smc-widget {
    text-align: center;
    margin: 20px 0;
}
.smc-preview {
    margin-bottom: 20px;
}
.hidden-content-1, .hidden-content-2, .hidden-content-3, .hidden-content-4, .hidden-content-5,
.hidden-content-6, .hidden-content-7, .hidden-content-8, .hidden-content-9, .hidden-content-10,
.hidden-content-11, .hidden-content-12, .hidden-content-13, .hidden-content-14, .hidden-content-15,
.hidden-content-16, .hidden-content-17, .hidden-content-18, .hidden-content-19, .hidden-content-20 {
    display: none;
    transition: all 0.4s ease;
}
/*
.smc-widget {
    text-align: center;
}*/

.smc-preview {
    margin-bottom: 20px;
}

[class^="hidden-content-"] {
    display: none;
}

.smc-widget .smc-buttons {
    margin-top: 20px;
    display: flex;
}

.smc-show-more, .smc-show-less {
    cursor: pointer;
    transition: all 0.4s ease;
    border: none;
    background-color: #f3f3f3;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smc-show-more i, .smc-show-less i {
    margin: 0 5px;
}