/* =================== Global =================== */



/* ========== Typography ========== */


/* Paragraph spacing fix */
p:last-child {
    margin-bottom: 0;
}

/* Bullet colours */
li::marker {
  color: #070b60;
}

/* Spacing after bullets */
.elementor-widget-text-editor ul {
    margin-bottom: 0.9rem; /* Adjust as needed */
    margin-block-end: 0.9rem; /* Future-proof for logical spacing */
}

/* Spacing between bullets */
.elementor-widget-text-editor li {
    margin-bottom: 0.6rem; /* Adjust as needed */
    margin-block-end: 0.6rem; /* Future-proof for logical spacing */
}

/* Headings spacing */
/*.elementor-widget-text-editor h1:not(:first-child),
.elementor-widget-text-editor h2:not(:first-child),
.elementor-widget-text-editor h3:not(:first-child) {
    margin-top: 1.8rem;
}*/

/* Smaller space below headings to keep them visually attached to the paragraph */
/*.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    margin-bottom: 0.9rem;
}*/



button {
    transition: 0.15s ease-in-out !important;
}

a {
    transition: 0.15s ease-in-out !important;
}