/* 
Theme Name: APL Forge
Author: Dyalog
Author URI: https://dyalog.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

html {font-size: 106.3%;} /*17px*/

/* Removing the space under the LAST paragraph in a text block */

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

.pattern-bg {
    background-color: #18202a;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232f2e4d' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H


/* Unordered Lists */
		
ul.forge-list {
  list-style: outside none disc; /* Ensures bullet points are visible and styled */
}

ul.forge-list li {
  margin-bottom: 30px; /* Adds space below each list item */
}

ul.forge-list li:last-child {
  margin-bottom: 0; /* Removes the margin from the last list item */
}
