<style>
/* Base styling for all post cards */
.post-card {
  display: flex;
  flex-direction: column; /* Stacks vertically on mobile screens */
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}

/* Individual column adjustments */
.post-content {
  flex: 1; /* Takes up remaining space */
}

.post-image {
  flex: 0 0 20%; /* Keeps the image at 40% width */
}

.post-image img {
  width: 100%;
  height: 150px;
  display: block;
}

/* Desktop Styles: Apply only to the LATEST post */
@media (min-width: 768px) {
  
  /* Selects only the first post card container */
  .post-card:first-of-type {
    flex-direction: row; /* Content left, Image right */
  }

  /* OPTIONAL: If your default layout has images on the left, 
     you can use row-reverse to flip the latest post */
  /* 
  .post-card:first-of-type {
    flex-direction: row-reverse; 
  }
  */
}
</style>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://alphasoutheastasia.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://alphasoutheastasia.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://alphasoutheastasia.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://alphasoutheastasia.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://alphasoutheastasia.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
