﻿.btn-pdf-container { display: flex; justify-content: flex-end; margin-top: 15px; } .btn-pdf { display: inline-flex; align-items: center; justify-content: center; background-color: #ffffff; color: #444444; border: 1px solid #d1d1d1; padding: 5px 12px; border-radius: 4px; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 500; text-decoration: none; transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; cursor: pointer; } .pdf-icon { width: 18px; height: 18px; margin-right: 8px; vertical-align: middle; display: block; } .btn-pdf:hover { background-color: #f5f5f5; border-color: #b5b5b5; color: #222222; text-decoration: none; box-shadow: 0 1px 3px rgba(0,0,0,0.1); } .btn-pdf:active { background-color: #ebebeb; box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .btn-pdf:focus, .btn-pdf:visited { outline: none; text-decoration: none; color: #444444; }