/*======================================
  *** Text ***
======================================*/

/*--- Sizes ---*/

.text-small {
    font-size: var(--small-text-font-size);
    line-height: var(--regular-line-height);
}

.text-medium {
    font-size: var(--medium-text-font-size);
    line-height: var(--regular-line-height);
}

/*======================================
  *** Footer ***
======================================*/
/*--- Hide Widget Title ---*/
footer#footer h3.widget-title {
    display: none;
}

/*--- Icon Headings ---*/
footer#footer .gspb_iconsList .gspb_iconsList__item__text {
    margin-left: 10px;
}

/*--- Social Links ---*/
footer#footer .wp-block-social-links {
    /* Adjust spacing between social icons*/
    gap: 24px;
}