/* Autopost AI Front-end Article Styling */
.autopost-takeaways {
    background: #f8fafc;
    border-left: 4px solid #0284c7;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.autopost-takeaways h4 {
    margin: 0 0 10px 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.autopost-takeaways ul {
    margin: 0;
    padding-left: 20px;
}

.autopost-takeaways li {
    margin-bottom: 6px;
    color: #334155;
    line-height: 1.5;
}

/* Table of Contents */
.autopost-toc {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 24px 0 32px 0;
}

.autopost-toc-title {
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.autopost-toc-list {
    margin: 0;
    padding-left: 20px;
}

.autopost-toc-list li {
    margin-bottom: 8px;
}

.autopost-toc-list a {
    color: #0284c7;
    text-decoration: none;
    font-weight: 500;
}

.autopost-toc-list a:hover {
    text-decoration: underline;
}

/* Pro Tip / Callout Box */
.autopost-protip {
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
}

.autopost-protip strong {
    color: #065f46;
}

/* Tables */
.autopost-table-wrapper {
    overflow-x: auto;
    margin: 24px 0;
}

.autopost-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
}

.autopost-table th {
    background: #0f172a;
    color: #ffffff;
    padding: 12px 14px;
    text-align: left;
    font-weight: 600;
}

.autopost-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

.autopost-table tr:nth-child(even) {
    background: #f8fafc;
}

/* FAQ Styling */
.autopost-faq-list {
    margin: 24px 0;
}

.autopost-faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}

.autopost-faq-item h3 {
    margin: 0 0 8px 0;
    font-size: 17px;
    color: #0f172a;
}

.autopost-faq-item p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}
