.annual-single-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-download-btn {
    background: #0d6efd;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pdf-download-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.pdf-viewer-wrapper {
    width: 100%;
}

.pdf-viewer-wrapper iframe {
    border: 1px solid #ddd;
    display: block;
}
