.flag-icon .block-icon {
  height: 13px !important;
}

.topbar {
  --topbar-bg-color: var(--wp--preset--color--primary-light);
}
.topbar-inner {
  --topbar-height: 40px;
  font-size: var(--wp--preset--font-size--text-4);
}

.has-icon .block-icon {
  height: 17px;
}

/*
    gap: 32px;

    --custom-icon-gap: 4px;
    --size: 18px;

    .has-icon {
      align-items: center;
    }

    a:hover {
      text-decoration: underline;
    }

    * {
      line-height: 1;
      font-size: 12px;
      text-decoration: none;
      color: #000;
    }

    @media (min-width: 1000px) {
      p:last-of-type {
        margin-left: auto;
      }
    }

    @media (max-width: 777px) {
      justify-content: center;
    }
  }
}
*/