.pdf-save-wrapper {
    margin: 20px 0;
    clear: both;
}
.pdf-save-align-left { text-align: left; }
.pdf-save-align-center { text-align: center; }
.pdf-save-align-right { text-align: right; }
.pdf-save-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.pdf-save-icon {
    width: 32px;
    height: 32px;
}
.pdf-save-text {
    font-size: 14px;
    color: #e74c3c;
}
