/**
 * SI Research Studio Pro - Frontend Template Styles
 */
.si-rs-template-loaded {
    margin: 30px 0;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.si-rs-template-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}
.si-rs-template-header h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}
.si-rs-template-header p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}
.si-rs-research-section {
    margin: 30px 0;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.si-rs-section-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}
.si-rs-section-body {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}
.si-rs-section-body p {
    margin-bottom: 16px;
}
.si-rs-section-body h3 {
    font-size: 20px;
    margin: 24px 0 12px 0;
    color: #0f172a;
}
.si-rs-section-body ul,
.si-rs-section-body ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.si-rs-section-body li {
    margin-bottom: 8px;
}
.si-rs-section-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}
.si-rs-section-body th,
.si-rs-section-body td {
    border: 1px solid #e2e8f0;
    padding: 12px;
    text-align: left;
}
.si-rs-section-body th {
    background: #f8fafc;
    font-weight: 700;
    color: #0f172a;
}
.si-rs-section-body td {
    color: #334155;
}
.si-rs-section-body blockquote {
    border-left: 4px solid #2563eb;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #475569;
}
.si-rs-section-body pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
}

/* Universal Content Blocks */
.si-rs-universal-content {
    margin: 20px 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}
.si-rs-callout {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 20px;
    color: #1e40af;
    margin: 16px 0;
}
.si-rs-note {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 20px;
    color: #166534;
    margin: 16px 0;
}
.si-rs-warning {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 20px;
    color: #991b1b;
    margin: 16px 0;
}
.si-rs-tip {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 20px;
    color: #92400e;
    margin: 16px 0;
}
.si-rs-formula {
    font-family: 'Courier New', monospace;
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    margin: 16px 0;
    border: 1px solid #e2e8f0;
}
