.vapshop-product-pdf-label {
    align-items: center;
    display: inline-flex;
    gap: 0.45em;
}

.vapshop-product-pdf-icon {
    border: 1.6px solid currentColor;
    border-radius: 1px;
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 auto;
    height: 1.05em;
    position: relative;
    width: 0.8em;
}

.vapshop-product-pdf-icon::after {
    border-bottom: 1.4px solid currentColor;
    border-top: 1.4px solid currentColor;
    content: '';
    height: 0.26em;
    left: 0.13em;
    position: absolute;
    right: 0.13em;
    top: 0.28em;
}
