.strong-view.wpmtst-unstyled.disabled {
    display: none !important;
}

.wpmslider-controls.disabled {
    display: block !important;
}

/*  Compatibility with metaslider pro layers display
----------------------------------------------------*/

.msHtmlOverlay .layer .disabled {
    display: block !important;
}


.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    display: block;
    width: 100%;
    height: 100%;
}

.strong-view.wpmtst-unstyled .strong-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.strong-view.wpmtst-unstyled .strong-content .testimonial-heading {
    color: rgba(255, 255, 255, 0.85);
}

.strong-view.wpmtst-unstyled .strong-content .testimonial-content {
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 20px;
}

.strong-view.wpmtst-unstyled .strong-content .testimonial-content .readmore {
    cursor: pointer;
    color: #f5a623;
}

.strong-view.wpmtst-unstyled .strong-content .strong-rating-wrapper {
    font-size: 0.9rem;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.strong-view.wpmtst-unstyled .strong-content .strong-rating-wrapper .star svg path {
    fill: #f5a623;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px 24px;
    transition: background 0.25s;
}

.testi-card:hover {
    background: rgba(255, 255, 255, 0.10);
}

.testi-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--e-global-color-secondary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.testi-name {
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
}

.testi-role {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}


/* Pagination
-----------------------------------------------*/

.strong-view ul.simplePagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 5px;


}

.strong-view .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/*  Readmore Inline
----------------------------------------------------*/
.readmore-excerpt-inline,
.readmore-content-inline:not([hidden]),
.readmore-content-inline:not([hidden]) p {
    display: inline;
}

.wpmtst-inline-readme {
    margin-left: 5px;
}


@media screen and (max-width: 768px) {
    .strong-view.wpmtst-unstyled .strong-content {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 600px) {
    .strong-view.wpmtst-unstyled .strong-content {
        grid-template-columns: repeat(1, 1fr);
    }
}
