/*LIMITED CONTENT*/

/*FAQS load more*/

.limited:not(.more) .ymk-hidden li,
.wp-block-button.show-less {
  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);
}


/*FAQS load more*/

.limited:not(.more) .ymk-hidden li,
.wp-block-button.show-less {
  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);
}