/*LIMITED CONTENT*/

/*FAQS load more*/
.limited.\32:not(.more) li:nth-child(n+3){
   display:none;
}

.limited.\33:not(.more) li:nth-child(n+4){
   display:none;
}

.limited.\34:not(.more) li:nth-child(n+5){
   display:none;
}

.limited.\35:not(.more) li:nth-child(n+6){
   display:none;
}

.limited.\36:not(.more) li:nth-child(n+7){
   display:none;
}

.limited:not(.more) .ymk-hidden li,
.limited:not(.more) .ymk-hidden .ymk-hidden-item,
.wp-block-button.show-less,
.wp-block-group.ymk-hidden {
  display: none;
}

/*.limited li:nth-child(-n + 3),*/
.limited.more .ymk-hidden li,
.limited.more .ymk-hidden  .ymk-hidden-item,
.limited.more .wp-block-group.ymk-hidden,
.limited.more .wp-block-button.show-less {
  display: block !important;
}

.limited.more .wp-block-button.show-more {
    display: none;
} 

/*STERCHED LINK*/
.ymk-stretched-link {
    position:relative;
    cursor:pointer;
    width:fit-content;
}

.ymk-stretched-link a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}