.ui-icon { display:inline-block; width:1em; height:1em; flex:none; vertical-align:-.14em; pointer-events:none; }
.booking-entry__go .ui-icon { width:1.25em; height:1.25em; }
.float-badge__icon .ui-icon, .float-spade .ui-icon { width:1em; height:1em; }
:root {
  --ui-arrow-right:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h16m-6-6 6 6-6 6' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --ui-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --ui-badge-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='%23120a04' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
:root[data-theme="light"] { --ui-badge-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.calg-use::after,.hero__cta-link::after,.hero__cta > :nth-child(2)::after { display:inline-block; width:1em; height:1em; vertical-align:-.14em; background:currentColor; mask:var(--ui-arrow-right) center/contain no-repeat; }
.hero__cta-link::after,.hero__cta > :nth-child(2)::after { margin-left:.25em; }
.wcal-chip__book.is-mine::before { display:inline-block; width:1em; height:1em; vertical-align:-.14em; background:currentColor; mask:var(--ui-check) center/contain no-repeat; }
