/* ─── cpress.ai Smart Testimonials — Public CSS ─────────────────── */

.cpress-ai-shortcode-wrapper {
    width: 100%;
    box-sizing: border-box;
    direction: rtl;
}

#cpress-ai-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.cpress-ai-notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 12px 16px;
    border-radius: 6px;
    color: #856404;
}
