.pdf-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 0;
    top: -20px;
    padding: 8px 13px 5px 10px;
    width: max-content;
    background: transparent;
    border-radius: 15px;
    color: #ff3938;
    border: #ff3938 solid 1px ;
    line-height: 0;
    text-decoration: none;
    stroke: #ff3938;
}
.pdf-btn:focus {
    background-color: #ff3938;
    stroke: white;
    color: white;
    outline: 2px dotted black;
    outline-offset: 2px;
}
.pdf-btn:hover {
    background-color: #ff3938;
    stroke: white;
    color: white;
}
.pdf-btn svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.2px;
}