/**
 * AVT External Links
 * Frontend Stylesheet
 * Version: 1.0
 */

a.avt-el-has-icon::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 0.2em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10.5858 13.4142L18.9999 5V11H20.9999V3H12.9999V5H18.0858L9.67157 13.4142L10.5858 14.8284V13.4142ZM10.9999 6.99997H4.99994C4.44766 6.99997 3.99994 7.4477 3.99994 7.99997V19C3.99994 19.5523 4.44766 20 4.99994 20H16C16.5522 20 17 19.5523 17 19V13H15V18H5.99994V8.99997H10.9999V6.99997Z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10.5858 13.4142L18.9999 5V11H20.9999V3H12.9999V5H18.0858L9.67157 13.4142L10.5858 14.8284V13.4142ZM10.9999 6.99997H4.99994C4.44766 6.99997 3.99994 7.4477 3.99994 7.99997V19C3.99994 19.5523 4.44766 20 4.99994 20H16C16.5522 20 17 19.5523 17 19V13H15V18H5.99994V8.99997H10.9999V6.99997Z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out;
}

a.avt-el-has-icon:hover::after {
    opacity: 1;
}

