/*
 * Theme Name:		GWT-Wordpress 26.0.0 - Latest
 * Theme URI:		https://i.gov.ph
 * Description:		Custom WordPress theme based on the draft Unified Web Content Policy 
 *					prepared by the PCDSPO, DOST-ASTI, and DOST-ICTO. Theme is built on 
 *					HTML5 responsive WordPress framework based on ZURB's Foundation.
 *                  Updated by NGP and GOSD-GWHS
 * Version:			26.0.0
 * Author:			iGovPhil
 * Author URI:		https://i.gov.ph
 * License:			MIT License
 * License URI:		https://www.opensource.org/licenses/mit-license.php
 * Tags: 			theme-options, rtl-language-support, featured-images, editor-style, custom-menu, 
 *					responsive-layout, right-sidebar, left-sidebar, one-column, two-columns, three-columns
 */

/** Your style here **/
.my-heading-padding {
    padding: 100px;
}
.announcement-header {
    font-weight: bold;
    color: black;
    margin: 10px auto;       /* auto centers block if needed */
}

.margin-header{
	margin:20px auto;
}
/* Center the Quick Links + Local News section */
.news-section {
    display: flex;
    justify-content: center;   /* centers horizontally */
    gap: 40px;                 /* space between the two columns */
    margin: 0 auto;
    max-width: 1200px;         /* optional: keeps it from stretching too wide */
}

.tablepress-id-9 td,
.tablepress-id-9 th {
  text-align: center;
  vertical-align: middle;
}

