/* AI Visibility Schema — Front-end Styles */

.lsai-ai-summary {
    background: #f8f9fa;
    border-left: 3px solid #4a6fa5;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
.lsai-ai-summary p { margin: 0; }

.lsai-faqs {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}
.lsai-faqs h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.lsai-faq-pair {
    margin-bottom: 20px;
}
.lsai-faq-pair h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1a1a1a;
}
.lsai-faq-pair p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

/* Video Transcript */
.lsai-transcript {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}
.lsai-transcript h2 {
    font-size: 22px;
    margin-bottom: 16px;
}
.lsai-transcript-text {
    background: #f8f9fa;
    padding: 20px 24px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    max-height: 400px;
    overflow-y: auto;
}

/* Reviews */
.lsai-reviews {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}
.lsai-reviews h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.lsai-aggregate-rating {
    font-size: 18px;
    margin-bottom: 24px;
    padding: 12px 16px;
    background: #fefce8;
    border-radius: 6px;
    display: inline-block;
}
.lsai-rating-value {
    font-weight: 700;
    font-size: 28px;
    margin-right: 4px;
}
.lsai-rating-stars {
    color: #f59e0b;
    font-size: 20px;
}
.lsai-rating-count {
    color: #888;
    font-size: 14px;
}
.lsai-review {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}
.lsai-review:last-child {
    border-bottom: none;
}
.lsai-review-header {
    margin-bottom: 6px;
}
.lsai-review-stars {
    color: #f59e0b;
    margin-right: 6px;
}
.lsai-review-author {
    font-size: 15px;
}
.lsai-review-date {
    color: #999;
    font-size: 13px;
    margin-left: 8px;
}
.lsai-review-body {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 4px 0 0 0;
}

/* Attorney Profile Shortcodes */
.lsai-attorney-field {
    margin: 16px 0;
}
.lsai-field-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}
.lsai-field-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lsai-field-list li {
    padding: 4px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.lsai-field-list li::before {
    content: "–";
    margin-right: 8px;
    color: #999;
}
.lsai-inline-list {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}
.lsai-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lsai-tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #1a365d;
    background: #ebf4ff;
    border-radius: 4px;
}
a.lsai-tag-link {
    text-decoration: none;
    color: #1a365d;
    transition: background-color 0.15s ease, color 0.15s ease;
}
a.lsai-tag-link:hover {
    background: #d0e3ff;
    color: #0d2240;
}
