.single-product a.ecomus-extra-link-item--ask-question,
.single-product a.ecomus-extra-link-item--delivery-return {
    color: #111;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: auto;
}

.single-product a.ecomus-extra-link-item--ask-question:focus-visible,
.single-product a.ecomus-extra-link-item--delivery-return:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

/* Unsupported browsers retain the original icon instead of an empty space. */
@supports ((mask-image: url("file-text.svg")) or (-webkit-mask-image: url("file-text.svg"))) {
    .single-product a.ecomus-extra-link-item--delivery-return > .ecomus-svg-icon--delivery {
        display: inline-block;
        width: 1em;
        height: 1em;
        flex: 0 0 1em;
        background-color: currentColor;
        -webkit-mask: url("file-text.svg") center / contain no-repeat;
        mask: url("file-text.svg") center / contain no-repeat;
    }

    .single-product a.ecomus-extra-link-item--delivery-return > .ecomus-svg-icon--delivery > svg {
        visibility: hidden;
    }
}
