/* =========================================================
   Megatheme: Persian Typography Module (F-39)
   ========================================================= */

.megatheme-pt-wrap {
    direction: rtl;
    text-align: right;
    line-height: 2;
    margin: 0.75em 0;
}

/* ─── Poetry & Verse ─────────────────────────────────────── */

.megatheme-pt-type-poetry,
.megatheme-pt-type-verse {
    font-size: 1.1em;
}

.megatheme-pt-bayt {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.6em;
    margin: 0.4em 0;
    flex-wrap: nowrap;
}

/* راست‌چین */
.megatheme-pt-align-right .megatheme-pt-bayt {
    justify-content: flex-start;
}

.megatheme-pt-hemistich {
    white-space: nowrap;
}

.megatheme-pt-sep {
    color: #999;
    flex-shrink: 0;
    user-select: none;
}

/* Responsive: stack hemistiches on narrow screens */
@media (max-width: 600px) {
    .megatheme-pt-bayt {
        flex-direction: column;
        align-items: flex-end;
        gap: 0.2em;
    }
    .megatheme-pt-sep {
        display: none;
    }
}

/* ─── Blockquote ─────────────────────────────────────────── */

.megatheme-pt-type-blockquote {
    padding: 0;
}

.megatheme-pt-blockquote {
    margin: 0;
    padding: 0.75em 1.25em 0.75em 0.5em;
    border-right: 4px solid #555;
    border-left: none;
}

.megatheme-pt-bq-mark {
    font-size: 2.4em;
    line-height: 1;
    color: #aaa;
    margin-bottom: -0.3em;
    text-align: right;
    font-family: Georgia, serif;
}

.megatheme-pt-bq-content {
    margin: 0;
    font-size: 1.05em;
    font-style: italic;
}

/* ─── Callout ────────────────────────────────────────────── */

.megatheme-pt-type-callout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.65em;
    padding: 0.85em 1em;
    border-radius: 6px;
    border-right: 4px solid currentColor;
    border-left: none;
    line-height: 1.7;
}

.megatheme-pt-callout-icon {
    font-size: 1.3em;
    flex-shrink: 0;
    margin-top: 0.1em;
}

.megatheme-pt-callout-body {
    flex: 1;
}

.megatheme-pt-callout--info {
    background: #e8f4fd;
    border-color: #2196F3;
    color: #1565c0;
}

.megatheme-pt-callout--warning {
    background: #fff8e1;
    border-color: #FF9800;
    color: #bf6000;
}

.megatheme-pt-callout--success {
    background: #e8f5e9;
    border-color: #4CAF50;
    color: #2e7d32;
}

.megatheme-pt-callout--danger {
    background: #ffebee;
    border-color: #F44336;
    color: #b71c1c;
}
