.pribanner_inner_pos{
    padding: 0 !important;
}

.pribanner .alig_left{
    margin-left: 0 !important;
}
.pribanner .alig_right{
    margin-right: 0 !important;
}

/* Base styles for all custom lists */
ul.wp-block-list {
   list-style: none; /* Remove default browser bullets */
   padding-left: 0; /* Reset padding, we'll add it to the li */
   margin-bottom: 1.5rem;
}

ul.wp-block-list li {
   position: relative; /* Needed for absolute positioning of the pseudo-element */
   padding-left: 1.75rem; /* Create space for the custom bullet */
   margin-bottom: 0.5rem; /* Space between list items */
}

/* Default list style: Small squares */
/* We now create the bullet using a ::before pseudo-element for reliability */
ul.wp-block-list li::before {
   content: ''; /* Required for pseudo-elements */
   position: absolute;
   left: 0.2rem; /* Position the icon */
   top: 0.5em;  /* Fine-tune vertical alignment */
   width: 0.55em; /* Bullet width */
   height: 0.55em; /* Bullet height */
   background-color: var(--wp--preset--color--secondary);
}


/* Fix contact block in headerbar */
.headerbar-top .wb-contact-block{
    margin: 0 !important;
}
.headerbar-top .wb-contact-block .contact-information>span{
    display: flex;
    gap: 1em;
    align-items: center;
    align-content: center;
}
#phone_primaryblock{
    order: 2;
}
#email_contactblock{
    order: 1;
}
.wb-contact-block .contact_section{
    white-space: nowrap;
    display: flex;
    align-items: center;
    align-content: center;
}
.wb-contact-block .contact_section .symbol{
    display: inline-block;
    width: 24px;
    height: 18px;
}
.wb-contact-block .contact_section .symbol.symbol__mail{
    width: 26px;
    height:18px;
}
.wb-contact-block .contact_section .symbol>svg{
    width: 18px;
}
footer .wb-contact-block .contact_section{
    margin-bottom: 0.6em;
}
footer .wb-contact-block .contact_section .symbol{
    width: 28px;
    height: 22px;
}
footer .wb-contact-block .contact_section .symbol.symbol__mail{
    width: 30px;
    height:24px;
}
footer .wb-contact-block .contact_section .symbol>svg{
    width: 24px;
    max-width: 24px !important;
}
