/* JA — fees */

/* Tile padding ports the JustClaims reality tile (style.css:2415-2431).
   The old 20px kick override is deleted so the global blue 14/900/1.12px
   uppercase kick applies; per Figma the icon is the navy-gold check disc
   (#2564:1112 "ico-check 1"), not a plain gold block. */
.ja-fees .ja-tile { padding: 42px 30px 44px; }
.ja-fees .ja-tile__kick::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../images/Icons/ico-check.svg") center/contain no-repeat;
    flex: none;
}
