{"id":265,"date":"2024-12-21T07:20:47","date_gmt":"2024-12-21T07:20:47","guid":{"rendered":"https:\/\/ah-nyarstudies.org\/?page_id=265"},"modified":"2025-06-28T09:50:05","modified_gmt":"2025-06-28T09:50:05","slug":"publication","status":"publish","type":"page","link":"https:\/\/ah-nyarstudies.org\/my\/publication\/","title":{"rendered":"Publication"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"265\" class=\"elementor elementor-265\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-550fd8a1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"550fd8a1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-128c2074\" data-id=\"128c2074\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5329dd36 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5329dd36\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3e57b9b8\" data-id=\"3e57b9b8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c60d51e elementor-widget elementor-widget-elementskit-heading\" data-id=\"3c60d51e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\">Our Publications<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-fea6796 e-flex e-con-boxed e-con e-parent\" data-id=\"fea6796\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b47e24 elementor-widget elementor-widget-shortcode\" data-id=\"8b47e24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/09\/ans001.jpg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>\u201c\u1021\u100a\u102c\u1010\u1031\u102c\u103a\u101c\u103e\u1014\u103a\u101b\u1031\u1038\u1000\u102d\u102f \u1014\u102d\u102f\u1004\u103a\u101e\u1030\u101b\u103e\u102f\u1036\u1038\u1016\u103c\u1005\u103a\u1019\u103e\u102c\u1005\u102d\u102f\u1038\u1010\u101a\u103a\u201d \u1006\u1031\u102c\u1004\u103a\u1038\u1015\u102b\u1038 \u1015\u102b\u1019\u1031\u1038\u1001\u103d\u1014\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1006\u103d\u1031\u1038\u1014\u103d\u1031\u1038\u1016\u103c\u1031\u1006\u102d\u102f\u1001\u103c\u1004\u103a\u1038 (7th Edition)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>\u201c\u1021\u100a\u102c\u1010\u1031\u102c\u103a\u101c\u103e\u1014\u103a\u101b\u1031\u1038\u1000\u102d\u102f \u1014\u102d\u102f\u1004\u103a\u101e\u1030\u101b\u103e\u102f\u1036\u1038\u1016\u103c\u1005\u103a\u1019\u103e\u102c\u1005\u102d\u102f\u1038\u1010\u101a\u103a\u201d \u1006\u1031\u102c\u1004\u103a\u1038\u1015\u102b\u1038 \u1015\u102b\u1019\u1031\u1038\u1001\u103d\u1014\u103a\u1038\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1006\u103d\u1031\u1038\u1014\u103d\u1031\u1038\u1016\u103c\u1031\u1006\u102d\u102f\u1001\u103c\u1004\u103a\u1038 (7th Edition)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">09\/22\/2025<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/ans001\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/01\/AN2025.jpg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>Ah Nyar in 2025: Key Highlights<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>Ah Nyar in 2025: Key Highlights<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">01\/03\/2026<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/ah-nyar-in-2025-key-highlights\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/08\/HR-Report-Cover-1.png\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>Human Rights Situation in Central Burma (Jan-Jun 2025)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>Human Rights Situation in Central Burma (Jan-Jun 2025)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">08\/17\/2025<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/human-rights-situation-in-central-burma-jan-jun-2025\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/02\/Figure6.jpeg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>Human Rights Situation in Central Burma (July-December, 2025)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>Human Rights Situation in Central Burma (July-December, 2025)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">02\/10\/2026<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/human-rights-situation-in-central-burma-july-dec-2025\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/02\/Bo-Narga-surrender.jpg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>What is Happening in Ah Nyar? Issue 2\/2026<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>What is Happening in Ah Nyar? Issue 2\/2026<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">02\/28\/2026<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/what-is-happening-in-ah-nyar-issue-2-2026\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/03\/YWOo.jpeg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>What is Happening in Ah Nyar? Issue 3\/2026<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>What is Happening in Ah Nyar? Issue 3\/2026<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">03\/31\/2026<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/what-is-happening-in-ah-nyar-issue-3-2026\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/08\/529800428_1086030760296570_722014031263125390_n.jpg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (20\/2025)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (20\/2025)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">08\/14\/2025<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/what-is-happening-in-central-burma-ah-nyar-issue-20-2025\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/08\/UWSA_08.jpg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (21\/2025)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (21\/2025)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">08\/21\/2025<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/what-is-happening-in-central-burma-ah-nyar-issue-21-2025\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/09\/photo_2025-09-01-3.45.34-pm.jpeg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (22\/2025)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (22\/2025)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">09\/28\/2025<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/what-is-happening-in-central-burma-ah-nyar-issue-22-2025\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div><style>\r\n    .post-item {\r\n        display: flex;\r\n        flex-direction: row;\r\n        background: #fff;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        margin-bottom: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n        transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .post-item:hover {\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    .post-thumbnail {\r\n        flex: 0 0 30%; \/* Fixed width for thumbnail *\/\r\n        overflow: hidden;\r\n\t\tmax-height: 240px;\r\n    }\r\n\r\n    .post-thumbnail img {\r\n        width: 100%;\r\n        height: 100%; \/* Match thumbnail container height *\/\r\n        object-fit: cover; \/* Crop and center image *\/\r\n\t\tobject-position: center;\r\n    }\r\n\r\n.post-content {\r\n    flex: 1 1 70%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n}\r\n\r\n\r\n.post-content p {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n.post-title {\r\n    margin: 0;\r\n    font-size: 1.5rem !important;\r\n    font-weight: bold !important;\r\n\tline-height: 30px !important;\r\n    color: #333;\r\n}\r\n\r\n.post-title a {\r\n    color: #0073aa;\r\n    text-decoration: none;\r\n}\r\n\r\n.post-title a:hover {\r\n    text-decoration: underline;\r\n}\r\n\r\n.post-excerpt {\r\n    font-size: 0.95rem;\r\n    color: #666;\r\n    margin-top: 5px;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post-meta {\r\n    font-size: 0.85rem;\r\n    color: #999;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.post-meta span {\r\n    margin-right: 15px;\r\n}\r\n\r\n.btn-read-more {\r\n    background: #0073aa;\r\n    color: #fff !important;\r\n    text-decoration: none;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    align-self: flex-start;\r\n    transition: background 0.3s ease-in-out;\r\n}\r\n\r\n.btn-read-more:hover {\r\n    background: #005885;\r\n}\r\n\t\r\n\/* Pagination *\/\r\n\/* Container for the entire pagination block *\/\r\n.elementor-widget-container .elementor-shortcode .pods-pagination {\r\n    text-align: center; \/* Center the pagination links *\/\r\n    margin-top: 30px; \/* Space above the pagination *\/\r\n    margin-bottom: 30px; \/* Space below the pagination *\/\r\n}\r\n\r\n\/* The span that wraps all pagination links (advanced type) *\/\r\n.pods-pagination-advanced {\r\n    display: inline-block; \/* Allows for horizontal alignment and centering *\/\r\n    font-size: 1rem;\r\n    font-family: Arial, sans-serif; \/* Example font *\/\r\n}\r\n\r\n\/* Styling for individual pagination items (numbers and labels) *\/\r\n.pods-pagination-advanced > span,\r\n.pods-pagination-advanced > a {\r\n    display: inline-block; \/* Makes them behave like blocks but stay in line *\/\r\n    padding: 8px 12px; \/* Padding inside each link\/span *\/\r\n    margin: 0 4px; \/* Space between links *\/\r\n    border: 1px solid #ddd; \/* Light gray border *\/\r\n    border-radius: 4px; \/* Slightly rounded corners *\/\r\n    text-decoration: none; \/* Remove underline from links *\/\r\n    color: #0073aa; \/* WordPress blue for links *\/\r\n    background-color: #f9f9f9; \/* Light background for normal items *\/\r\n    transition: all 0.3s ease; \/* Smooth transitions for hover effects *\/\r\n    vertical-align: middle; \/* Align items nicely *\/\r\n}\r\n\r\n\/* Styling for the current page number *\/\r\n.pods-pagination-current {\r\n    background-color: #0073aa !important; \/* Solid blue background for current page *\/\r\n    color: #fff !important; \/* White text for current page *\/\r\n    border-color: #0073aa !important; \/* Blue border for current page *\/\r\n    font-weight: bold !important; \/* Bold text for current page *\/\r\n    cursor: default !important; \/* Indicate it's not clickable *\/\r\n}\r\n\r\n\/* Hover effect for clickable pagination links *\/\r\n.pods-pagination-advanced > a:hover {\r\n    background-color: #005684; \/* Darker blue on hover *\/\r\n    color: #fff; \/* White text on hover *\/\r\n    border-color: #005684; \/* Darker blue border on hover *\/\r\n}\r\n\r\n\/* Specific styling for the 'Next' and 'Last' links *\/\r\n.pods-pagination-label {\r\n    min-width: 60px; \/* Give Next\/Last buttons a minimum width *\/\r\n    text-align: center;\r\n}\r\n\r\n\/* Remove border\/background for 'dots' (...) if they appear (not in your example HTML, but good to include) *\/\r\n.pods-pagination-advanced .pods-pagination-dots {\r\n    border: none;\r\n    background: none;\r\n    cursor: default;\r\n    box-shadow: none;\r\n    color: #666;\r\n}\r\n\r\n\r\n\r\n\/* Hide the default arrows in the label text if you're using CSS content generated arrows *\/\r\n.pods-pagination-label.pods-pagination-prev,\r\n.pods-pagination-label.pods-pagination-next,\r\n.pods-pagination-label.pods-pagination-first,\r\n.pods-pagination-label.pods-pagination-last {\r\n    \/* You might need to adjust Pods template to remove the actual text from the label *\/\r\n    \/* For now, just styling the provided HTML *\/\r\n}\r\n\r\n<\/style>\r\n<div class=\"post-item\">\r\n    <div class=\"post-thumbnail\">\r\n        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/09\/photo_2025-09-07-7.17.54-pm.jpeg\" alt=\"Post Title\" \/>\r\n    <\/div>\r\n    <div class=\"post-content\">\r\n        <h2 class=\"post-title\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (23\/2025)<\/p>\n\r\n        <\/h2>\r\n        <p class=\"post-excerpt\">\r\n            <p>What is Happening in Central Burma (Ah Nyar)? Issue (23\/2025)<\/p>\n\r\n        <\/p>\r\n        <div class=\"post-meta\">\r\n            <span class=\"post-date\">09\/07\/2025<\/span>\r\n        <\/div>\r\n        <a href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/what-is-happening-in-central-burma-ah-nyar-issue-23-2025\/\" class=\"btn-read-more\">Read More<\/a>\r\n    <\/div>\r\n<\/div>\n<p class=\"pods-pagination\">\n\n<span class=\"pods-pagination-advanced\">\n\t\n\t<span\n\t\tclass=\"pods-pagination-number pods-pagination-current\">1<\/span>\n\n\t\t\t\t<a href=\"\/my\/wp-json\/wp\/v2\/pages\/265?pg=2\"\n\t\t\t   class=\"pods-pagination-number pods-pagination-2\">2<\/a>\n\t\t\t\t\t\t<a href=\"\/my\/wp-json\/wp\/v2\/pages\/265?pg=3\"\n\t\t\t   class=\"pods-pagination-number pods-pagination-3\">3<\/a>\n\t\t\t\t\t<a href=\"\/my\/wp-json\/wp\/v2\/pages\/265?pg=5\"\n\t\t   class=\"pods-pagination-number pods-pagination-last pods-pagination-5\">5<\/a>\n\t\t\t\t\t<a href=\"\/my\/wp-json\/wp\/v2\/pages\/265?pg=2\"\n\t\t\t   class=\"pods-pagination-label pods-pagination-next\">Next &rsaquo;<\/a>\n\t\t\t\t\t\t\t<a href=\"\/my\/wp-json\/wp\/v2\/pages\/265?pg=5\"\n\t\t\t   class=\"pods-pagination-label pods-pagination-last\">Last &raquo;<\/a>\n\t\t\t\t\n<\/span>\n\n<\/p>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09dbab6 elementor-widget elementor-widget-elementskit-social-share\" data-id=\"09dbab6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-social-share.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t<ul class=\"ekit_socialshare\">\n                            <li class=\"elementor-repeater-item-1bd63ce\" data-social=\"facebook\">\n                    <div class=\"facebook\">\n                        \n                        <i aria-hidden=\"true\" class=\"icon icon-facebook\"><\/i>                        \n                                                                                            <\/div>\n                <\/li>\n                                            <li class=\"elementor-repeater-item-a2b6276\" data-social=\"twitter\">\n                    <div class=\"twitter\">\n                        \n                        <i aria-hidden=\"true\" class=\"icon icon-twitter\"><\/i>                        \n                                                                                            <\/div>\n                <\/li>\n                                            <li class=\"elementor-repeater-item-95d9a45\" data-social=\"linkedin\">\n                    <div class=\"linkedin\">\n                        \n                        <i aria-hidden=\"true\" class=\"icon icon-linkedin\"><\/i>                        \n                                                                                            <\/div>\n                <\/li>\n                                    <\/ul>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15c8195 e-flex e-con-boxed e-con e-parent\" data-id=\"15c8195\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-209e59d elementor-widget elementor-widget-elementskit-blog-posts\" data-id=\"209e59d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-blog-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <div id=\"post-items--209e59d\" class=\"row post-items\">\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/an-emerging-bill-of-rights-human-rights-in-ah-nyars-federal-units\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/04\/part3-1024x682.png\" alt=\"An Emerging Bill of Rights? Human Rights in Ah Nyar\u2019s Federal Units\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/an-emerging-bill-of-rights-human-rights-in-ah-nyars-federal-units\/\">\n\t\t\t\t\t\tAn Emerging Bill of Rights? Human Rights in Ah Nyar\u2019s Federal Units\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>Core protections are broadly recognised across Sagaing, Magway and Mandalay. These include the right to life, protection from torture and forced labour, liberty and security of the person, equality before the law, and fundamental freedoms such as freedom of expression, religion and association. <\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/foodsecurityahnyar\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/02\/FS_1-1024x768.png\" alt=\"\u1021\u100a\u102c\u104f \u1005\u102c\u1038\u1014\u1015\u103a\u101b\u102d\u1000\u1039\u1001\u102c \u1021\u1000\u103b\u1015\u103a\u1021\u1010\u100a\u103a\u1038 &#8211; \u1015\u100b\u102d\u1015\u1000\u1039\u1001\u1014\u103e\u1004\u1037\u103a \u101b\u102c\u101e\u102e\u1025\u1010\u102f\u1012\u100f\u103a\u1000\u103c\u102c\u1038\u1019\u103e \u1015\u103c\u102d\u102f\u101c\u1032\u1015\u103b\u1000\u103a\u1005\u102e\u1038\u1014\u1031\u101e\u1031\u102c \u101b\u103e\u1004\u103a\u101e\u1014\u103a\u101b\u1031\u1038\u101c\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1019\u103b\u102c\u1038\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/foodsecurityahnyar\/\">\n\t\t\t\t\t\t\u1021\u100a\u102c\u104f \u1005\u102c\u1038\u1014\u1015\u103a\u101b\u102d\u1000\u1039\u1001\u102c \u1021\u1000\u103b\u1015\u103a\u1021\u1010\u100a\u103a\u1038 &#8211; \u1015\u100b\u102d\u1015\u1000\u1039\u1001\u1014\u103e\u1004\u1037\u103a \u101b\u102c\u101e\u102e\u1025\u1010\u102f\u1012\u100f\u103a\u1000\u103c\u102c\u1038\u1019\u103e \u1015\u103c\u102d\u102f\u101c\u1032\u1015\u103b\u1000\u103a\u1005\u102e\u1038\u1014\u1031\u101e\u1031\u102c \u101b\u103e\u1004\u103a\u101e\u1014\u103a\u101b\u1031\u1038\u101c\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1019\u103b\u102c\u1038\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>\u1000\u1014\u1037\u103a\u1018\u101c\u1030\u1019\u103c\u102d\u102f\u1037\u1014\u101a\u103a\u104f \u1021\u1001\u103c\u1031\u1021\u1014\u1031\u101e\u100a\u103a \u1021\u100a\u102c\u1012\u1031\u101e\u104f \u1015\u103b\u1000\u103a\u1005\u102e\u1038\u1014\u1031\u101e\u1031\u102c \u1008\u1031\u1038\u1000\u103d\u1000\u103a \u1000\u102d\u102f \u1021\u1011\u1004\u103a\u101b\u103e\u102c\u1038\u1006\u102f\u1036\u1038 \u101e\u1000\u103a\u101e\u1031\u1015\u103c\u1014\u1031\u101e\u100a\u103a\u104b \u1014\u101a\u103a\u1019\u103c\u1031\u1000\u1015\u103a\u1014\u1031\u101e\u100a\u1037\u103a \u1001\u1004\u103a\u1026\u1038\u1019\u103c\u102d\u102f\u1037\u1014\u101a\u103a\u1010\u103d\u1004\u103a \u1005\u1015\u102b\u1038\u1010\u1004\u103a\u1038 (\u1041\u1040\u1040) \u101c\u103b\u103e\u1004\u103a (\u1045\u1047) \u101e\u102d\u1014\u103a\u1038\u1000\u103b\u1015\u103a \u1008\u1031\u1038\u1015\u1031\u102b\u1000\u103a\u1014\u1031\u1001\u103b\u102d\u1014\u103a\u104c \u1000\u1014\u1037\u103a\u1018\u101c\u1030\u1010\u103d\u1004\u103a (\u1041\u1048) \u101e\u102d\u1014\u103a\u1038\u1001\u1014\u1037\u103a\u101e\u102c \u101b\u101b\u103e\u102d\u1001\u103c\u1004\u103a\u1038\u1019\u103e\u102c \u1015\u102d\u102f\u101c\u103b\u103e\u1036\u101e\u1031\u102c \u1011\u103d\u1000\u103a\u1000\u102f\u1014\u103a\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1021\u1015\u103c\u1004\u103a\u101e\u102d\u102f\u1037 \u1010\u1004\u103a\u1015\u102d\u102f\u1037\u1014\u102d\u102f\u1004\u103a\u101e\u100a\u1037\u103a \u101c\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1019\u103b\u102c\u1038 \u1015\u102d\u1010\u103a\u1006\u102d\u102f\u1037\u1001\u1036\u1011\u102c\u1038\u101b\u1001\u103c\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u1004\u1037\u103a \u1016\u103c\u1005\u103a\u101e\u100a\u103a\u104b \u1010\u1005\u103a\u1016\u1000\u103a\u1010\u103d\u1004\u103a \u101b\u1031\u1014\u1036\u1010\u103d\u1004\u103a\u1038\u1019\u103b\u102c\u1038 \u1015\u1031\u102b\u1019\u103b\u102c\u1038\u101e\u100a\u1037\u103a\u1014\u1031\u101b\u102c\u1001\u103c\u1004\u103a\u1038\u1021\u1010\u1030\u1010\u1030 \u1005\u1000\u103a\u101e\u102f\u1036\u1038\u1006\u102e\u1008\u1031\u1038\u1014\u103e\u102f\u1014\u103a\u1038\u1019\u103e\u102c \u1019\u102f\u1036\u101b\u103d\u102c(\u1013\u102c\u1010\u103a\u1006\u102e\u1010\u1002\u102b\u101c\u1036 \u1041\u1044\u1040\u1040\u1040 \u1014\u103e\u1004\u1037\u103a \u1012\u102e\u1007\u101a\u103a\u1010\u1002\u102b\u101c\u1036 \u1041\u1043\u1040\u1040\u1040\u1000\u103b\u1015\u103a)\u1011\u1000\u103a \u1000\u1014\u1037\u103a\u1018\u101c\u1030 (\u1012\u102e\u1007\u101a\u103a\/\u1013\u102c\u1010\u103a\u1006\u102e\u1010\u1002\u102b\u101c\u1036 \u1042\u1040\u1040\u1040\u1040\u1000\u103b\u1015\u103a) \u1010\u103d\u1004\u103a \u1015\u102d\u102f\u1015\u103c\u102e\u1038 \u1019\u103c\u1004\u1037\u103a\u1010\u1000\u103a\u1014\u1031\u1001\u103c\u1004\u103a\u1038 \u1019\u103b\u102c\u1038\u1000\u103c\u1031\u102c\u1004\u1037\u103a \u1010\u1031\u102c\u1004\u103a\u101e\u1030\u1019\u103b\u102c\u1038\u101e\u100a\u103a \u1021\u101b\u103e\u102f\u1036\u1038\u1014\u103e\u1004\u1037\u103a \u101b\u1004\u103a\u1006\u102d\u102f\u1004\u103a\u1014\u1031\u101b\u1015\u103c\u102e\u1038\u104a \u1024\u101e\u100a\u103a\u1019\u103e\u102c \u1005\u102c\u1038\u1014\u1015\u103a\u101b\u102d\u1000\u1039\u1001\u102c \u1011\u102f\u1010\u103a\u101c\u102f\u1015\u103a\u101e\u1030\u1019\u103b\u102c\u1038\u1000\u102d\u102f\u101a\u103a\u1010\u102d\u102f\u1004\u103a \u1004\u1010\u103a\u1019\u103d\u1010\u103a\u1001\u1031\u102b\u1004\u103a\u1038\u1015\u102b\u1038\u1019\u103e\u102f \u1018\u1031\u1038\u1021\u1014\u1039\u1010\u101b\u102c\u101a\u103a\u1006\u102e\u101e\u102d\u102f\u1037 \u1010\u103d\u1014\u103a\u1038\u1015\u102d\u102f\u1037\u1001\u103c\u1004\u103a\u1038\u1001\u1036\u1014\u1031\u101b\u101e\u100a\u1037\u103a \u1021\u1001\u103c\u1031\u1021\u1014\u1031\u1015\u1004\u103a \u1016\u103c\u1005\u103a\u101e\u100a\u103a\u104b <\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/ah-nyars-big-questions-in-2026-where-are-we-headed\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2026\/02\/Pauck_KT-1024x768.png\" alt=\"Ah Nyar\u2019s Big Questions in 2026: Where Are We Headed?\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/ah-nyars-big-questions-in-2026-where-are-we-headed\/\">\n\t\t\t\t\t\tAh Nyar\u2019s Big Questions in 2026: Where Are We Headed?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>They must juggle competing priorities: confronting intensifying military pressure from the junta, navigating complex relationships with neighbouring ethnic organisations (KIO in Sagaing, AA in Magway, and TNLA\/MNDAA in Mandalay) and sustaining alignment with the NUG and at the same time, building functioning sub-national governments. <\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/power-structure-of-federal-units-in-central-burma\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/12\/1027_pic-1024x768.jpg\" alt=\"Analysis of the Evolving Power Structure of Federal Units in Central Burma\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/power-structure-of-federal-units-in-central-burma\/\">\n\t\t\t\t\t\tAnalysis of the Evolving Power Structure of Federal Units in Central Burma\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>The power structure of the federal units is shaped by three overlapping sources of legitimacy: electoral, revolutionary, and civil. These cores altogether create a hybrid political order that is neither traditionally parliamentary nor purely revolutionary. <\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/%e1%80%a1%e1%80%8a%e1%80%ac%e1%80%80%e1%80%ad%e1%80%af-%e1%80%9c%e1%80%bb%e1%80%be%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%90%e1%80%bd%e1%80%80%e1%80%ba%e1%80%81%e1%80%b2%e1%80%b7%e1%80%81%e1%80%bc%e1%80%84\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/11\/frf-scaled-1-1024x576.jpg\" alt=\"\u1021\u100a\u102c\u1000\u102d\u102f \u101c\u103b\u103e\u1031\u102c\u1037\u1010\u103d\u1000\u103a\u1001\u1032\u1037\u1001\u103c\u1004\u103a\u1038 \u1021\u1019\u103e\u102c\u1038\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/%e1%80%a1%e1%80%8a%e1%80%ac%e1%80%80%e1%80%ad%e1%80%af-%e1%80%9c%e1%80%bb%e1%80%be%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%90%e1%80%bd%e1%80%80%e1%80%ba%e1%80%81%e1%80%b2%e1%80%b7%e1%80%81%e1%80%bc%e1%80%84\/\">\n\t\t\t\t\t\t\u1021\u100a\u102c\u1000\u102d\u102f \u101c\u103b\u103e\u1031\u102c\u1037\u1010\u103d\u1000\u103a\u1001\u1032\u1037\u1001\u103c\u1004\u103a\u1038 \u1021\u1019\u103e\u102c\u1038\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>NUG \u101b\u1032\u1037 \u1015\u101e\u102f\u1036\u1038\u101c\u102f\u1036\u1038 \u1017\u103b\u1030\u101f\u102c (\u1015\u103c\u100a\u103a\u101e\u1030\u1037\u1021\u102f\u1015\u103a\u1001\u103b\u102f\u1015\u103a\u101b\u1031\u1038\u1021\u1016\u103d\u1032\u1037\u104a \u1015\u103c\u100a\u103a\u101e\u1030\u1037\u1000\u102c\u1000\u103d\u101a\u103a\u101b\u1031\u1038\u1021\u1016\u103d\u1032\u1037\u1014\u103e\u1004\u1037\u103a \u1015\u103c\u100a\u103a\u101e\u1030\u1037\u101c\u102f\u1036\u1001\u103c\u102f\u1036\u101b\u1031\u1038\u1021\u1016\u103d\u1032\u1037)\u1000 \u1021\u100a\u102c\u1019\u103c\u1031\u1015\u103c\u1004\u103a\u1019\u103e\u102c \u1016\u103c\u1005\u103a\u1015\u103b\u1000\u103a\u1014\u1031\u101e\u1031\u102c \u1015\u1000\u1010\u102d\u1021\u1001\u103c\u1031\u1021\u1014\u1031\u1019\u103b\u102c\u1038\u1000\u102d\u102f \u1011\u100a\u1037\u103a\u1010\u103d\u1000\u103a\u101b\u1014\u103a\u104a \u1014\u103d\u1031\u1026\u1038\u1010\u1031\u102c\u103a\u101c\u103e\u1014\u103a\u101b\u1031\u1038\u101c\u103e\u102f\u1015\u103a\u101b\u103e\u102c\u1038\u1019\u103e\u102f\u101b\u1031\u1001\u103b\u102d\u1014\u103a\u1014\u103e\u1004\u1037\u103a \u1001\u103b\u102d\u1014\u103a\u101e\u102c\u1038\u1000\u102d\u102f\u1000\u103a\u1016\u103c\u1005\u103a\u101b\u1014\u103a\u1010\u102d\u102f\u1037\u1000\u102d\u102f \u1011\u100a\u1037\u103a\u1010\u103d\u1000\u103a\u101b\u1014\u103a \u1015\u103b\u1000\u103a\u1000\u103d\u1000\u103a \u1001\u1032\u1037\u101e\u100a\u103a\u104b<\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/myanmars-spring-revolution-paying-the-price-for-what-we-overlooked\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/11\/unkno1-1024x768.png\" alt=\"Myanmar\u2019s Spring Revolution: Paying the Price for What We Overlooked?\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/myanmars-spring-revolution-paying-the-price-for-what-we-overlooked\/\">\n\t\t\t\t\t\tMyanmar\u2019s Spring Revolution: Paying the Price for What We Overlooked?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>The 3-Ps strategy of NUG (People Administration Team, People Defence Team, People Security Team) in Ah Nyar failed to account for the realities on the ground and the timing of the revolutionary movement. <\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/rethinking-transitional-justice-for-burma-no-way-out\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/11\/RTJ-1024x674.jpg\" alt=\"Rethinking Transitional Justice for Burma: No Way Out?\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/rethinking-transitional-justice-for-burma-no-way-out\/\">\n\t\t\t\t\t\tRethinking Transitional Justice for Burma: No Way Out?\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>It is time to question whether our work remains confined to the orthodox model. Geopolitics, digital realities, and the rapid rise of AI are reshaping TJ. Authoritarian regimes may become more powerful than pro-democracy actors in shaping narratives and manipulating the truth. We should never underestimate this risk.<\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                    <div class=\"col-md-12\">\n\n                                    <div class=\"elementskit-blog-block-post\">\n                        <div class=\"row no-gutters\">\n                                                            <div class=\"col-md-6 order-1\">\n                                    <a href=\"https:\/\/ah-nyarstudies.org\/my\/understanding-federal-units-in-central-burma-part-1\/\" class=\"elementskit-entry-thumb\">\n                                        <img decoding=\"async\" src=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/08\/529800428_1086030760296570_722014031263125390_n-1024x768.jpg\" alt=\"Understanding Federal Units in Central Burma (part 1)\">\n                                    <\/a><!-- .elementskit-entry-thumb END -->\n                                <\/div>\n                            \n                            <div class=\"col-md-6 order-2\">\n                                <div class=\"elementskit-post-body\">\n                                    <div class=\"elementskit-entry-header\">\n                                        \n                                                                                                                                        \n                                            \n                                                                                            \t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/ah-nyarstudies.org\/my\/understanding-federal-units-in-central-burma-part-1\/\">\n\t\t\t\t\t\tUnderstanding Federal Units in Central Burma (part 1)\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t                                                                                <\/div><!-- .elementskit-entry-header END -->\n\n                                                                            <div class=\"elementskit-post-footer\">\n                                                                                            <p>The three regions of central Burma are currently in the process of establishing federal units; most notably Sagaing, which many diplomats and scholars see pioneer of federal units. All three regions of central Burma have now enacted legal arrangements for forming federal unit governments. These interim arrangements form the core of the regional political framework and are key to understanding the direction in which the revolution in Ah Nyar is heading, despite the presence of several tiny factions of resistance groups in each region.<\/p>\n                                                                                                                                <\/div><!-- .elementskit-post-footer END -->\n                                                                    <\/div><!-- .elementskit-post-body END -->\n                            <\/div>\n                        <\/div>\n                    <\/div><!-- .elementskit-blog-block-post .radius .gradient-bg END -->\n                \n            <\/div>\n                <\/div>\n       <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Our Publications First Motorised Paraglider Captured by Resistance in Central Burma First Motorised Paraglider Captured by Resistance in Central Burma By: Centre for Ah Nyar Studies 24 April 2025 The resistance groups fighting against the military (Tatmadaw) \u2013 Pokokku People\u2019s Defence Force and Burma Revolution Rangers have released a short video clip stating that they [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-265","page","type-page","status-publish","hentry"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Publication - Centre for Ah Nyar Studies<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ah-nyarstudies.org\/my\/publication\/\" \/>\n<meta property=\"og:locale\" content=\"my_MM\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Publication - Centre for Ah Nyar Studies\" \/>\n<meta property=\"og:description\" content=\"Our Publications First Motorised Paraglider Captured by Resistance in Central Burma First Motorised Paraglider Captured by Resistance in Central Burma By: Centre for Ah Nyar Studies 24 April 2025 The resistance groups fighting against the military (Tatmadaw) \u2013 Pokokku People\u2019s Defence Force and Burma Revolution Rangers have released a short video clip stating that they [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ah-nyarstudies.org\/my\/publication\/\" \/>\n<meta property=\"og:site_name\" content=\"Centre for Ah Nyar Studies\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-28T09:50:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/03\/unknown-1024x768.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/\",\"url\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/\",\"name\":\"Publication - Centre for Ah Nyar Studies\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ah-nyarstudies.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/unknown-1024x768.png\",\"datePublished\":\"2024-12-21T07:20:47+00:00\",\"dateModified\":\"2025-06-28T09:50:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/#breadcrumb\"},\"inLanguage\":\"my-MM\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"my-MM\",\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ah-nyarstudies.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/unknown-1024x768.png\",\"contentUrl\":\"https:\\\/\\\/ah-nyarstudies.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/unknown-1024x768.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/publication\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ah-nyarstudies.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Publication\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/#website\",\"url\":\"https:\\\/\\\/ah-nyarstudies.org\\\/\",\"name\":\"Centre for Ah Nyar Studies\",\"description\":\"Human Rights and Transitional Justice\",\"publisher\":{\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ah-nyarstudies.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"my-MM\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/#organization\",\"name\":\"Centre for Ah Nyar Studies\",\"url\":\"https:\\\/\\\/ah-nyarstudies.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"my-MM\",\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ah-nyarstudies.org\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/CAS_Logo-1.png\",\"contentUrl\":\"https:\\\/\\\/ah-nyarstudies.org\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/CAS_Logo-1.png\",\"width\":512,\"height\":512,\"caption\":\"Centre for Ah Nyar Studies\"},\"image\":{\"@id\":\"https:\\\/\\\/ah-nyarstudies.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Publication - Centre for Ah Nyar Studies","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ah-nyarstudies.org\/my\/publication\/","og_locale":"my_MM","og_type":"article","og_title":"Publication - Centre for Ah Nyar Studies","og_description":"Our Publications First Motorised Paraglider Captured by Resistance in Central Burma First Motorised Paraglider Captured by Resistance in Central Burma By: Centre for Ah Nyar Studies 24 April 2025 The resistance groups fighting against the military (Tatmadaw) \u2013 Pokokku People\u2019s Defence Force and Burma Revolution Rangers have released a short video clip stating that they [&hellip;]","og_url":"https:\/\/ah-nyarstudies.org\/my\/publication\/","og_site_name":"Centre for Ah Nyar Studies","article_modified_time":"2025-06-28T09:50:05+00:00","og_image":[{"url":"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/03\/unknown-1024x768.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ah-nyarstudies.org\/publication\/","url":"https:\/\/ah-nyarstudies.org\/publication\/","name":"Publication - Centre for Ah Nyar Studies","isPartOf":{"@id":"https:\/\/ah-nyarstudies.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ah-nyarstudies.org\/publication\/#primaryimage"},"image":{"@id":"https:\/\/ah-nyarstudies.org\/publication\/#primaryimage"},"thumbnailUrl":"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/03\/unknown-1024x768.png","datePublished":"2024-12-21T07:20:47+00:00","dateModified":"2025-06-28T09:50:05+00:00","breadcrumb":{"@id":"https:\/\/ah-nyarstudies.org\/publication\/#breadcrumb"},"inLanguage":"my-MM","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ah-nyarstudies.org\/publication\/"]}]},{"@type":"ImageObject","inLanguage":"my-MM","@id":"https:\/\/ah-nyarstudies.org\/publication\/#primaryimage","url":"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/03\/unknown-1024x768.png","contentUrl":"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2025\/03\/unknown-1024x768.png"},{"@type":"BreadcrumbList","@id":"https:\/\/ah-nyarstudies.org\/publication\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ah-nyarstudies.org\/"},{"@type":"ListItem","position":2,"name":"Publication"}]},{"@type":"WebSite","@id":"https:\/\/ah-nyarstudies.org\/#website","url":"https:\/\/ah-nyarstudies.org\/","name":"\u1021\u100a\u102c\u101c\u1031\u1037\u101c\u102c\u101b\u1031\u1038\u1005\u1004\u103a\u1010\u102c","description":"Human Rights and Transitional Justice","publisher":{"@id":"https:\/\/ah-nyarstudies.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ah-nyarstudies.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"my-MM"},{"@type":"Organization","@id":"https:\/\/ah-nyarstudies.org\/#organization","name":"\u1021\u100a\u102c\u101c\u1031\u1037\u101c\u102c\u101b\u1031\u1038\u1005\u1004\u103a\u1010\u102c","url":"https:\/\/ah-nyarstudies.org\/","logo":{"@type":"ImageObject","inLanguage":"my-MM","@id":"https:\/\/ah-nyarstudies.org\/#\/schema\/logo\/image\/","url":"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2024\/12\/CAS_Logo-1.png","contentUrl":"https:\/\/ah-nyarstudies.org\/wp-content\/uploads\/2024\/12\/CAS_Logo-1.png","width":512,"height":512,"caption":"Centre for Ah Nyar Studies"},"image":{"@id":"https:\/\/ah-nyarstudies.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/pages\/265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/comments?post=265"}],"version-history":[{"count":5,"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/pages\/265\/revisions"}],"predecessor-version":[{"id":2158,"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/pages\/265\/revisions\/2158"}],"wp:attachment":[{"href":"https:\/\/ah-nyarstudies.org\/my\/wp-json\/wp\/v2\/media?parent=265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}