.hr-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #1c2b3f;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s;
}

.hr-pdf-btn:hover,
.hr-pdf-btn:focus {
    background: #0f1c2e !important;
    color: #fff !important;
    opacity: 1;
}

.hr-pdf-btn:disabled {
    opacity: 0.55;
    cursor: wait;
}

.hr-pdf-badge {
    display: inline-block;
    background: #c53030;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 5px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    flex-shrink: 0;
}

/* Keep the PDF template off-screen and invisible until generation starts */
#hrBoatPdfTemplate {
    display: none;
}
