/**
 * Global theme base styles (moved from inline head-styles for smaller HTML).
 */
body {
    font-family: 'Bon', sans-serif;
    background-color: #fdfbf7;
    -webkit-tap-highlight-color: transparent;
}
/* Custom scrollbar optimized for high-density reading */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #fdfbf7;
}
::-webkit-scrollbar-thumb {
    background: #b2813b;
    border-radius: 5px;
}
/* Shimmer Mask Animation - Silk finish */
.shimmer-mask {
    background: linear-gradient(90deg, #f5efe0 25%, #ebdcb9 50%, #f5efe0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite linear;
}
.dark .shimmer-mask {
    background: linear-gradient(90deg, #2a0b0e 25%, #3d1015 50%, #2a0b0e 75%);
    background-size: 200% 100%;
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
[x-cloak] { display: none !important; }
.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.persianlady-related-posts-widget,
.persianlady-related-posts-widget .persianlady-related-posts {
    font-family: 'Bon', sans-serif;
    font-weight: 500;
}
.persianlady-related-posts-widget .persianlady-related-posts h3,
.persianlady-related-posts-widget .persianlady-related-posts h4 {
    font-weight: 500;
}
.persianlady-related-posts-widget .persianlady-related-posts .font-normal {
    font-weight: 400;
}
.persianlady-awareness-journey-widget,
.persianlady-awareness-journey {
    font-family: 'Bon', sans-serif;
    font-weight: 500;
}
.persianlady-awareness-journey {
    --aj-plum: #4d2024;
    --aj-bronze: #b2813b;
    --aj-bronze-soft: #cca25c;
    --aj-surface: #fffcf7;
    --aj-card: #ffffff;
    --aj-line: rgba(178, 129, 59, 0.18);
    --aj-muted: #94a3b8;
    --aj-text: #1e293b;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    padding: 0.9rem;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(204, 162, 92, 0.16), transparent 55%),
        linear-gradient(160deg, #fffdf9 0%, #faf6f0 48%, #f7f1ea 100%);
    border: 1px solid rgba(178, 129, 59, 0.16);
    box-shadow: 0 10px 28px rgba(77, 32, 36, 0.05);
}
.dark .persianlady-awareness-journey {
    --aj-surface: #0b1220;
    --aj-card: #0f172a;
    --aj-line: rgba(204, 162, 92, 0.22);
    --aj-muted: #94a3b8;
    --aj-text: #e2e8f0;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(178, 129, 59, 0.18), transparent 55%),
        linear-gradient(160deg, #111827 0%, #0f172a 55%, #0b1220 100%);
    border-color: rgba(204, 162, 92, 0.18);
    box-shadow: none;
}
.persianlady-awareness-journey__head {
    margin-bottom: 0.85rem;
}
.persianlady-awareness-journey__head-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}
.persianlady-awareness-journey__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #853e45, #b2813b);
    box-shadow: 0 6px 14px rgba(133, 62, 69, 0.22);
    flex-shrink: 0;
}
.persianlady-awareness-journey__head-text {
    min-width: 0;
    flex: 1;
}
.persianlady-awareness-journey__title {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--aj-plum);
    margin: 0 0 0.15rem;
    letter-spacing: -0.01em;
}
.dark .persianlady-awareness-journey__title {
    color: #fff;
}
.persianlady-awareness-journey__subtitle {
    font-size: 0.6875rem;
    color: var(--aj-muted);
    margin: 0;
    line-height: 1.5;
}
.persianlady-awareness-journey__subtitle strong {
    color: var(--aj-bronze);
    font-weight: 800;
}
.persianlady-awareness-journey__ring {
    --aj-progress: 0;
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    flex-shrink: 0;
    background:
        radial-gradient(closest-side, var(--aj-surface) 72%, transparent 73% 100%),
        conic-gradient(from 210deg, var(--aj-bronze-soft) calc(var(--aj-progress) * 1%), rgba(178, 129, 59, 0.12) 0);
    display: grid;
    place-items: center;
}
.persianlady-awareness-journey__ring-value {
    font-size: 0.5625rem;
    font-weight: 800;
    color: var(--aj-bronze);
    line-height: 1;
}
.persianlady-awareness-journey__progress {
    height: 5px;
    border-radius: 999px;
    background: rgba(178, 129, 59, 0.12);
    overflow: hidden;
}
.persianlady-awareness-journey__progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #853e45, #b2813b 45%, #cca25c);
    box-shadow: 0 0 12px rgba(204, 162, 92, 0.35);
    transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.persianlady-awareness-journey__notice {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.625rem;
    color: #78716c;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(178, 129, 59, 0.18);
    border-radius: 10px;
    padding: 0.5rem 0.65rem;
    margin: 0 0 0.85rem;
    line-height: 1.6;
}
.dark .persianlady-awareness-journey__notice {
    background: rgba(15, 23, 42, 0.7);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.16);
}
.persianlady-awareness-journey__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.persianlady-awareness-journey__item {
    position: relative;
    display: grid;
    grid-template-columns: 1.35rem 1fr;
    gap: 0.7rem;
    padding-bottom: 0.75rem;
}
.persianlady-awareness-journey__item:last-child {
    padding-bottom: 0;
}
.persianlady-awareness-journey__item:not(:last-child) .persianlady-awareness-journey__marker::after {
    content: '';
    position: absolute;
    top: 1.35rem;
    right: 0.55rem;
    width: 2px;
    height: calc(100% - 0.15rem);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(178, 129, 59, 0.45), rgba(178, 129, 59, 0.08));
}
.persianlady-awareness-journey__item--done:not(:last-child) .persianlady-awareness-journey__marker::after {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.12));
}
.persianlady-awareness-journey__item--current:not(:last-child) .persianlady-awareness-journey__marker::after {
    background: linear-gradient(180deg, #cca25c, rgba(204, 162, 92, 0.12));
}
.persianlady-awareness-journey__marker {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 0.85rem;
}
.persianlady-awareness-journey__dot {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    border: 1.5px solid rgba(178, 129, 59, 0.35);
    background: #fff;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    color: transparent;
    z-index: 1;
}
.dark .persianlady-awareness-journey__dot {
    background: #0f172a;
}
.persianlady-awareness-journey__dot-icon {
    width: 0.65rem;
    height: 0.65rem;
    display: block;
}
.persianlady-awareness-journey__item--done .persianlady-awareness-journey__dot {
    border-color: #10b981;
    background: #10b981;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.14);
}
.persianlady-awareness-journey__item--current .persianlady-awareness-journey__dot {
    width: 1.25rem;
    height: 1.25rem;
    border-color: #b2813b;
    background: linear-gradient(135deg, #cca25c, #b2813b);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(204, 162, 92, 0.2);
    animation: persianladyAjPulse 2.2s ease-in-out infinite;
}
.persianlady-awareness-journey__item--upcoming .persianlady-awareness-journey__dot {
    background: rgba(248, 250, 252, 0.9);
    border-color: rgba(148, 163, 184, 0.45);
    color: #cbd5e1;
}
.dark .persianlady-awareness-journey__item--upcoming .persianlady-awareness-journey__dot {
    background: #1e293b;
    color: #64748b;
}
@keyframes persianladyAjPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(204, 162, 92, 0.18); }
    50% { box-shadow: 0 0 0 7px rgba(204, 162, 92, 0.08); }
}
.persianlady-awareness-journey__card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(178, 129, 59, 0.1);
    border-radius: 12px;
    padding: 0.7rem;
    backdrop-filter: blur(6px);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.dark .persianlady-awareness-journey__card {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(148, 163, 184, 0.12);
}
a.persianlady-awareness-journey__card:hover {
    border-color: rgba(178, 129, 59, 0.4);
    box-shadow: 0 8px 20px rgba(77, 32, 36, 0.07);
    transform: translateY(-1px);
}
.persianlady-awareness-journey__card.is-current {
    border-color: rgba(178, 129, 59, 0.45);
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 232, 0.95));
    box-shadow:
        0 10px 24px rgba(178, 129, 59, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.dark .persianlady-awareness-journey__card.is-current {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.95));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.persianlady-awareness-journey__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}
.persianlady-awareness-journey__step-badge {
    font-size: 0.5625rem;
    font-weight: 800;
    color: var(--aj-bronze);
    background: rgba(178, 129, 59, 0.1);
    border-radius: 999px;
    padding: 0.2rem 0.5rem;
}
.persianlady-awareness-journey__status-badge {
    font-size: 0.5rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.2rem 0.45rem;
    white-space: nowrap;
}
.persianlady-awareness-journey__status-badge--done {
    color: #047857;
    background: rgba(16, 185, 129, 0.12);
}
.persianlady-awareness-journey__status-badge--current {
    color: #92400e;
    background: rgba(204, 162, 92, 0.22);
}
.persianlady-awareness-journey__status-badge--upcoming {
    color: #64748b;
    background: rgba(148, 163, 184, 0.14);
}
.dark .persianlady-awareness-journey__status-badge--done {
    color: #34d399;
}
.dark .persianlady-awareness-journey__status-badge--current {
    color: #fbbf24;
}
.persianlady-awareness-journey__card-body {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}
.persianlady-awareness-journey__thumb {
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    background: rgba(178, 129, 59, 0.08);
}
.persianlady-awareness-journey__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}
.persianlady-awareness-journey__stage {
    font-size: 0.5625rem;
    color: var(--aj-muted);
    font-weight: 600;
}
.persianlady-awareness-journey__post-title {
    font-size: 0.71875rem;
    font-weight: 800;
    color: var(--aj-text);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dark .persianlady-awareness-journey__post-title {
    color: #f1f5f9;
}
a.persianlady-awareness-journey__card:hover .persianlady-awareness-journey__post-title {
    color: var(--aj-bronze);
}
.persianlady-awareness-journey__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.5625rem;
    color: var(--aj-muted);
}
.persianlady-awareness-journey__hint {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.55rem;
    font-size: 0.5625rem;
    color: #78716c;
    line-height: 1.5;
}
.dark .persianlady-awareness-journey__hint {
    color: #94a3b8;
}
.persianlady-awareness-journey__hint--current {
    color: var(--aj-bronze);
    font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
    .persianlady-awareness-journey__item--current .persianlady-awareness-journey__dot {
        animation: none;
    }
    a.persianlady-awareness-journey__card:hover {
        transform: none;
    }
}
.persianlady-toc__toggle:focus-visible {
    outline: 2px solid rgba(204, 162, 92, 0.45);
    outline-offset: -2px;
}
.persianlady-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-reading-normal { font-size: 0.9375rem; line-height: 2; }
.font-reading-large { font-size: 1.0625rem; line-height: 2.1; }
.font-reading-xlarge { font-size: 1.1875rem; line-height: 2.2; }
.single-post-content h2 {
    font-size: 1.25rem;
    font-weight: 900;
    color: #2a0b0e;
    padding-top: 1rem;
    scroll-margin-top: 6rem;
}
.single-post-content h2.persianlady-toc-heading::before {
    content: attr(data-toc-number) ". ";
    color: #b2813b;
    font-weight: 700;
    margin-left: 0.25rem;
}
.dark .single-post-content h2 { color: #fff; }
.single-post-content h3 {
    font-size: 16px !important;
    font-weight: 700;
    color: #2a0b0e;
    padding-top: 0.75rem;
    margin-bottom: 0.5rem;
    line-height: 1.625;
    text-align: justify;
}
.dark .single-post-content h3 { color: #fff; }
.single-post-content p { margin-bottom: 1rem; }
.single-post-content .persianlady-blockquote {
    background: #faf8f4;
    border-right: 4px solid #cca25c;
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.dark .single-post-content .persianlady-blockquote {
    background: #0f172a;
}
.single-post-content .persianlady-blockquote__icon {
    width: 2rem;
    height: 2rem;
    color: #dec28a;
    margin-bottom: 0.25rem;
    flex-shrink: 0;
}
.single-post-content .persianlady-blockquote__text {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 2.5;
    text-align: justify;
    margin: 0 !important;
}
.dark .single-post-content .persianlady-blockquote__text {
    color: #fff;
}
.single-post-content .persianlady-blockquote__cite {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 700;
    display: block;
    margin-top: 0.25rem;
}
.dark .single-post-content .persianlady-blockquote__cite {
    color: #64748b;
}
.single-post-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}
.single-post-content img,
.single-post-content video,
.single-post-content iframe,
.single-post-content embed,
.single-post-content object {
    max-width: 100% !important;
    height: auto !important;
}
.single-post-content figure,
.single-post-content .wp-block-image,
.single-post-content .wp-caption,
.single-post-content .gallery {
    max-width: 100% !important;
    width: auto !important;
    box-sizing: border-box;
}
.single-post-content figure.wp-block-table {
    margin: 0;
    max-width: 100% !important;
    width: 100% !important;
}
.single-post-content .persianlady-table-wrap {
    margin: 1.5rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    border: 1px solid rgba(204, 162, 92, 0.22);
    background: #fff;
    box-shadow: 0 2px 8px rgba(42, 11, 14, 0.05);
}
.dark .single-post-content .persianlady-table-wrap {
    background: #0f172a;
    border-color: rgba(204, 162, 92, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.single-post-content .persianlady-table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
    line-height: 1.625;
    margin: 0 !important;
}
.single-post-content .persianlady-table__head-cell {
    background: linear-gradient(135deg, #b2813b 0%, #cca25c 100%);
    color: #fff;
    font-weight: 900;
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
    text-align: center;
    border-bottom: 2px solid #dec28a;
    white-space: nowrap;
}
.single-post-content .persianlady-table__head-cell:first-child {
    border-top-right-radius: 9px;
}
.single-post-content .persianlady-table__head-cell:last-child {
    border-top-left-radius: 9px;
}
.single-post-content .persianlady-table__cell {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(204, 162, 92, 0.14);
    vertical-align: middle;
}
.single-post-content .persianlady-table__body tr:last-child .persianlady-table__cell {
    border-bottom: none;
}
.single-post-content .persianlady-table__body tr:nth-child(even) {
    background: #faf8f4;
}
.dark .single-post-content .persianlady-table__body tr:nth-child(even) {
    background: rgba(204, 162, 92, 0.06);
}
.single-post-content .persianlady-table__body tr .persianlady-table__cell:first-child {
    font-weight: 900;
    color: #1e293b;
    text-align: right;
}
.dark .single-post-content .persianlady-table__body tr .persianlady-table__cell:first-child {
    color: #f1f5f9;
}
.single-post-content .persianlady-table__body tr .persianlady-table__cell:last-child {
    text-align: center;
    color: #64748b;
    font-weight: 500;
}
.dark .single-post-content .persianlady-table__body tr .persianlady-table__cell:last-child {
    color: #94a3b8;
}
.single-post-content .persianlady-table__body tr:hover {
    background: #f5efe0;
}
.dark .single-post-content .persianlady-table__body tr:hover {
    background: rgba(204, 162, 92, 0.1);
}
@media (max-width: 640px) {
    .single-post-content .persianlady-table__head-cell,
    .single-post-content .persianlady-table__cell {
        padding: 0.625rem 0.75rem;
        font-size: 0.8125rem;
    }
}
.single-post-content .persianlady-list {
    list-style: none;
    counter-reset: persianlady-step;
    padding: 0;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.single-post-content .persianlady-list__item {
    counter-increment: persianlady-step;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.875rem;
    background: #faf8f4;
    border: 1px solid rgba(204, 162, 92, 0.16);
    border-right: 3px solid #cca25c;
    border-radius: 10px;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.875;
    color: #334155;
    text-align: justify;
}
.dark .single-post-content .persianlady-list__item {
    background: #0f172a;
    border-color: rgba(204, 162, 92, 0.14);
    color: #cbd5e1;
}
.single-post-content .persianlady-list__text {
    flex: 1;
    min-width: 0;
    margin: 0 !important;
    font-size: inherit !important;
    line-height: inherit;
    color: inherit;
    text-align: justify;
}
.single-post-content .persianlady-list--ordered .persianlady-list__item::before {
    content: counter(persianlady-step);
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: linear-gradient(135deg, #b2813b 0%, #cca25c 100%);
    color: #fff;
    font-weight: 900;
    font-size: 0.75rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 0.125rem;
    box-shadow: 0 2px 4px rgba(178, 129, 59, 0.25);
}
.single-post-content .persianlady-list--unordered {
    counter-reset: none;
    margin: 0;
    gap: 0;
}
.single-post-content .persianlady-ingredients-wrap {
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid rgba(204, 162, 92, 0.22);
    background: #fff;
    box-shadow: 0 2px 8px rgba(42, 11, 14, 0.05);
    overflow: hidden;
}
.dark .single-post-content .persianlady-ingredients-wrap {
    background: #0f172a;
    border-color: rgba(204, 162, 92, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.single-post-content .persianlady-list--unordered .persianlady-list__item {
    counter-increment: none;
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(204, 162, 92, 0.14);
    padding: 0.75rem 1.125rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.75;
}
.dark .single-post-content .persianlady-list--unordered .persianlady-list__item {
    color: #e2e8f0;
}
.single-post-content .persianlady-list--unordered .persianlady-list__item:last-child {
    border-bottom: none;
}
.single-post-content .persianlady-list--unordered .persianlady-list__item:nth-child(even) {
    background: #faf8f4;
}
.dark .single-post-content .persianlady-list--unordered .persianlady-list__item:nth-child(even) {
    background: rgba(204, 162, 92, 0.06);
}
.single-post-content .persianlady-list--unordered .persianlady-list__item::before {
    content: '◆';
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-top: 0.375rem;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #b2813b;
    font-size: 0.625rem;
    line-height: 1;
}
.single-post-content .persianlady-list--unordered .persianlady-list__item:hover {
    background: #f5efe0;
}
.dark .single-post-content .persianlady-list--unordered .persianlady-list__item:hover {
    background: rgba(204, 162, 92, 0.1);
}
.single-post-content .persianlady-list--ordered .persianlady-list__item:hover {
    background: #f5efe0;
    border-color: rgba(204, 162, 92, 0.28);
}
.dark .single-post-content .persianlady-list--ordered .persianlady-list__item:hover {
    background: rgba(204, 162, 92, 0.08);
}
@media (max-width: 640px) {
    .single-post-content .persianlady-list__item {
        padding: 0.75rem 0.875rem;
        font-size: 0.8125rem;
        gap: 0.75rem;
    }
    .single-post-content .persianlady-list--ordered .persianlady-list__item::before {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.6875rem;
    }
    .single-post-content .persianlady-list--unordered .persianlady-list__item {
        padding: 0.625rem 0.875rem;
    }
}
.single-post-content .wp-caption {
    margin: 1.5rem auto;
}
.single-post-content .wp-caption img {
    display: block;
    margin: 0 auto;
}
.single-post-content .wp-caption-text {
    font-size: 0.6875rem;
    color: #94a3b8;
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1.6;
}
.dark .single-post-content .wp-caption-text { color: #64748b; }
.single-post-content .aligncenter,
.single-post-content .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.single-post-content .alignleft {
    float: left;
    margin: 0.25rem 0 1rem 1rem;
    max-width: min(100%, 320px);
}
.single-post-content .alignright {
    float: right;
    margin: 0.25rem 1rem 1rem 0;
    max-width: min(100%, 320px);
}
.single-post-content a:has(img) {
    display: block;
    max-width: 100%;
}
@media (max-width: 640px) {
    .single-post-content .alignleft,
    .single-post-content .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
