.pdf-post-download-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    flex-wrap: wrap;
    color: rgb(69, 85, 108);
}

.pdf-last-updated {
    color: rgb(69, 85, 108);
    font-weight: normal;
}

.pdf-date {
    font-weight: normal;
}

.pdf-separator {
    color: rgb(69, 85, 108);
    font-size: 16px;
    font-weight: normal;
}

.pdf-download-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6256c4;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s;
}

.pdf-download-button:hover {
    color: #005b83;
}

.pdf-icon {
    font-size: 16px;
}

@media (max-width: 768px) {
    .pdf-post-download-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .pdf-separator {
        display: none;
    }
}
