/**
 * Social icons missing from the bundled Bootstrap Icons build (TikTok, X / Twitter).
 * Uses currentColor masks so they inherit white footer button styling.
 */

.bi-tiktok::before,
.bi-twitter-x::before {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    font-family: inherit !important;
    font-weight: normal !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.bi-tiktok::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M9 0h1.98c.144.715.54 1.285 1.163 1.765v3.709c.88-.105 1.718-.48 2.429-1.084.703-.596 1.214-1.396 1.44-2.32h-2.02c-.28.96-1.13 1.66-2.15 1.66-1.24 0-2.25-1.01-2.25-2.25 0-1.24 1.01-2.25 2.25-2.25.23 0 .45.04.66.11V0H9zm-4.5 13.5c-1.38 0-2.5-1.12-2.5-2.5S3.12 8.5 4.5 8.5 7 9.62 7 11v2.5H4.5zm5 0c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M9 0h1.98c.144.715.54 1.285 1.163 1.765v3.709c.88-.105 1.718-.48 2.429-1.084.703-.596 1.214-1.396 1.44-2.32h-2.02c-.28.96-1.13 1.66-2.15 1.66-1.24 0-2.25-1.01-2.25-2.25 0-1.24 1.01-2.25 2.25-2.25.23 0 .45.04.66.11V0H9zm-4.5 13.5c-1.38 0-2.5-1.12-2.5-2.5S3.12 8.5 4.5 8.5 7 9.62 7 11v2.5H4.5zm5 0c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}

.bi-twitter-x::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.865-5.07-4.427 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.865-5.07-4.427 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E");
}
