/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}
.initiatives-list {
    display: flex;
    flex-direction: column;
}

.initiative-item {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* بدلاً من gap */
}

.initiative-item h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.initiative-item h2 a {
    color: #0073aa;
    text-decoration: none;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: white;
    background: #0073aa;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.read-more:hover {
    background: #005f87;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin: 2px;
    background: #0073aa;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.pagination a:hover {
    background: #005f87;
}

h1.entry-title {
    display: none !important;
}

h1.entry-title {
    display: none !important;
}


const svgElement = $0.parentElement;
await setElementStyles(svgElement, {
  width: '20px',
  height: '20px',
});
const data = {
  svgWidth: window.getComputedStyle(svgElement).width,
  svgHeight: window.getComputedStyle(svgElement).height,
};