/* ڪيٽيگري پيج تي ٽائٽل ۽ تاريخ کي هر حال ۾ تصوير جي هيٺيان سڌو ڪرڻ (ڪمپيوٽر ۽ موبائل ٻنهي لاءِ) */
.archive .inside-article,
.category .inside-article {
    display: flex !important;
    flex-direction: column !important;
}

/* فيچرڊ تصوير کي مڪمل پهرين نمبر تي رکڻ */
.archive .featured-image, .category .featured-image,
.archive .post-image, .category .post-image {
    order: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

/* ٽائٽل، عنوان ۽ تاريخ کي ٻئين نمبر تي (تصوير جي هيٺيان) رکڻ */
.archive .entry-header, .category .entry-header {
    order: 2 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

/* پوسٽ جو باقي مواد (لکائي) ٽئين نمبر تي رکڻ */
.archive .entry-content, .category .entry-content,
.archive .entry-summary, .category .entry-summary {
    order: 3 !important;
    margin-top: 0 !important;
}
