/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* WCAG 2.5.8 Target Size Minimum (24x24px) - Level AA
   Icone social: il tag <a> wrappava solo il SVG (20x20px).
   Link testuali: link standalone senza padding verticale. */

.ct-footer .ct-social-box a {
    min-width: 24px;
    min-height: 24px;
    justify-content: center;
}

.ct-footer [data-column*=widget] .gspb_text a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
}
