.xoxo-pdf-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    padding: 0.72em 1.12em;
    border-radius: 7px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
    border: 1px solid #111;
    cursor: pointer;
    transition: transform 120ms ease, opacity 120ms ease;
}

.xoxo-pdf-download::before {
    content: "↓";
    font-size: 1.05em;
    line-height: 1;
}

.xoxo-pdf-download:hover,
.xoxo-pdf-download:focus {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.86;
}

.xoxo-pdf-download:active {
    transform: translateY(1px);
}
