/* Politiche Attive - Diritto Mirato */

.btn-download-catalog {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #e22721 0%, #c91f1a 100%);
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-download-catalog:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(226, 39, 33, 0.3);
    color: white;
}
