/**
 * استایل‌های دکمه دانلود PDF
 */
.post-to-pdf-button {
    display: block;
    padding: 12px 24px;
    background-color: #5caf21;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    width: 130px;
}

.post-to-pdf-button:hover {
    background-color: #4a9218;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/**
 * استایل‌های مخصوص برای صفحات RTL
 */
html[dir="rtl"] .post-to-pdf-button {
    font-family: 'Dana', sans-serif;
}
