/* Testimonial Slider plugin — scoped to .plugin-10007 */
.plugin-10007 .ts-section { padding: 80px 48px; text-align: center; }
.plugin-10007 .ts-inner { max-width: 800px; margin: 0 auto; }
.plugin-10007 .ts-mark { opacity: .15; margin-bottom: 18px; }
.plugin-10007 .ts-slide { display: none; }
.plugin-10007 .ts-slide.active { display: block; }
.plugin-10007 .ts-quote {
    font-size: 22px;
    line-height: 1.65;
    color: #202124;
    margin-bottom: 20px;
    font-weight: 400;
}
.plugin-10007 .ts-author {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 24px;
}
.plugin-10007 .ts-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}
.plugin-10007 .ts-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #dadce0;
    cursor: pointer;
    transition: background .2s;
}
.plugin-10007 .ts-dot.active { background: var(--ocs-primary, #1a73e8); }
.plugin-10007 .ts-cta-wrap { margin-top: 8px; }
.plugin-10007 .ts-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ocs-primary, #1a73e8);
    text-decoration: none;
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 10px 22px;
    transition: background .15s, border-color .15s;
}
.plugin-10007 .ts-cta-btn:hover { background: #e8f0fe; border-color: var(--ocs-primary, #1a73e8); }

@media (max-width: 600px) {
    .plugin-10007 .ts-section { padding: 56px 24px; }
    .plugin-10007 .ts-quote { font-size: 18px; }
}
