.escaf-pdf {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    cursor: pointer;
}

.escaf-pdf a {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #ebbc2a;
    padding: 6px;
    color: #2b471f;
    border-radius: 3px;
    font-weight: 700;
    text-decoration: none;
    font-size: 8px;
}

.escaf-pdf a:hover {
    background-color: #BBC199;
    color: #2B471F;
}

.escaf-pdf svg {
    width: 12px;
    height: 12px;
}

.escaf-pdf-text--short {
    display: none;
}

.es-properties--hfm .escaf-pdf-text--short {
    display: inline;
}

.es-properties--hfm .escaf-pdf-text--full {
    display: none;
}

@media (max-width: 600px) {
    .escaf-pdf-text--full {
        display: none;
    }

    .escaf-pdf-text--short {
        display: inline;
    }
}
