.cr2sm-download-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.cr2sm-download-btn:hover {
    background: #135e96;
    color: #fff !important;
}
